coreclr: update homepage

Repology reports the current homepage down for more than a month. Link to the GitHub repo instead.
This commit is contained in:
Adam Finn Tulinius 2018-09-18 12:47:37 +02:00 committed by GitHub
parent 83d89edc6e
commit b3bb82c186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = https://dotnet.github.io/core/;
homepage = https://github.com/dotnet/core/;
description = ".NET is a general purpose development platform";
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ kuznero ];