Loading pkgs/by-name/gn/gnu-cobol/package.nix→pkgs/by-name/gn/gnucobol/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ }: stdenv.mkDerivation rec { pname = "gnu-cobol"; pname = "gnucobol"; version = "3.2"; src = fetchurl { Loading Loading @@ -107,8 +107,8 @@ stdenv.mkDerivation rec { ''; meta = with lib; { description = "Open-source COBOL compiler"; homepage = "https://sourceforge.net/projects/gnucobol/"; description = "Free/libre COBOL compiler"; homepage = "https://gnu.org/software/gnucobol/"; license = with licenses; [ gpl3Only lgpl3Only ]; maintainers = with maintainers; [ ericsagnes lovesegfault techknowlogick ]; platforms = platforms.all; Loading pkgs/top-level/aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -532,6 +532,7 @@ mapAliases ({ gmpc = throw "'gmpc' has been removed due to lack of maintenance upstream. Consider using 'plattenalbum' instead"; # Added 2024-09-14 gmtk = throw "'gmtk' has been removed due to lack of maintenance upstream"; # Added 2024-09-14 gmtp = throw "'gmtp' has been removed due to lack of maintenance upstream. Consider using 'gnome-music' instead"; # Added 2024-09-14 gnu-cobol = gnucobol; # Added 2024-09-17 go-dependency-manager = throw "'go-dependency-manager' is unmaintained and the go community now uses 'go.mod' mostly instead"; # Added 2023-10-04 gotktrix = throw "'gotktrix' has been removed, as it was broken and unmaintained"; # Added 2023-12-06 git-backup = throw "git-backup has been removed, as it has been abandoned upstream. Consider using git-backup-go instead."; Loading Loading
pkgs/by-name/gn/gnu-cobol/package.nix→pkgs/by-name/gn/gnucobol/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ }: stdenv.mkDerivation rec { pname = "gnu-cobol"; pname = "gnucobol"; version = "3.2"; src = fetchurl { Loading Loading @@ -107,8 +107,8 @@ stdenv.mkDerivation rec { ''; meta = with lib; { description = "Open-source COBOL compiler"; homepage = "https://sourceforge.net/projects/gnucobol/"; description = "Free/libre COBOL compiler"; homepage = "https://gnu.org/software/gnucobol/"; license = with licenses; [ gpl3Only lgpl3Only ]; maintainers = with maintainers; [ ericsagnes lovesegfault techknowlogick ]; platforms = platforms.all; Loading
pkgs/top-level/aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -532,6 +532,7 @@ mapAliases ({ gmpc = throw "'gmpc' has been removed due to lack of maintenance upstream. Consider using 'plattenalbum' instead"; # Added 2024-09-14 gmtk = throw "'gmtk' has been removed due to lack of maintenance upstream"; # Added 2024-09-14 gmtp = throw "'gmtp' has been removed due to lack of maintenance upstream. Consider using 'gnome-music' instead"; # Added 2024-09-14 gnu-cobol = gnucobol; # Added 2024-09-17 go-dependency-manager = throw "'go-dependency-manager' is unmaintained and the go community now uses 'go.mod' mostly instead"; # Added 2023-10-04 gotktrix = throw "'gotktrix' has been removed, as it was broken and unmaintained"; # Added 2023-12-06 git-backup = throw "git-backup has been removed, as it has been abandoned upstream. Consider using git-backup-go instead."; Loading