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

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 ];