Merge pull request #46821 from adamtulinius/patch-1

coreclr: update homepage
This commit is contained in:
Sarah Brofeldt 2018-09-18 13:05:35 +02:00 committed by GitHub
commit ffaaac7f94
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 ];