gnucobol: rename from gnu-cobol

This commit is contained in:
Enric Morales 2024-09-17 11:27:52 -04:00 committed by techknowlogick
parent 6d6edb9689
commit 7293c205fd
2 changed files with 4 additions and 3 deletions

View File

@ -19,7 +19,7 @@
}:
stdenv.mkDerivation rec {
pname = "gnu-cobol";
pname = "gnucobol";
version = "3.2";
src = fetchurl {
@ -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;

View File

@ -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.";