gnu-cobol: add techknowlogick as maintainer

This commit is contained in:
techknowlogick 2024-07-29 15:22:44 -04:00
parent 9c22897eaa
commit 5df7117630

View File

@ -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;
};
}