Commit 5df71176 authored by techknowlogick's avatar techknowlogick
Browse files

gnu-cobol: add techknowlogick as maintainer

parent 9c22897e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ stdenv.mkDerivation rec {
    description = "Open-source COBOL compiler";
    homepage = "https://sourceforge.net/projects/gnucobol/";
    license = with licenses; [ gpl3Only lgpl3Only ];
    maintainers = with maintainers; [ ericsagnes lovesegfault ];
    maintainers = with maintainers; [ ericsagnes lovesegfault techknowlogick ];
    platforms = platforms.all;
  };
}