mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
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:
parent
83d89edc6e
commit
b3bb82c186
@ -92,7 +92,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://dotnet.github.io/core/;
|
homepage = https://github.com/dotnet/core/;
|
||||||
description = ".NET is a general purpose development platform";
|
description = ".NET is a general purpose development platform";
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = with maintainers; [ kuznero ];
|
maintainers = with maintainers; [ kuznero ];
|
||||||
|
Loading…
Reference in New Issue
Block a user