Commit 7293c205 authored by Enric Morales's avatar Enric Morales Committed by techknowlogick
Browse files

gnucobol: rename from gnu-cobol

parent 6d6edb96
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;
+1 −0
Original line number Diff line number Diff line
@@ -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.";