gnu-smalltalk: adopted by AndersonTorres

This commit is contained in:
Anderson Torres
2023-11-12 21:17:24 +01:00
committed by Peter Hoeg
parent 7bb5c7ae05
commit 10d9b249b1
@@ -55,6 +55,6 @@ in stdenv.mkDerivation rec {
homepage = "http://smalltalk.gnu.org/";
license = with licenses; [ gpl2 lgpl2 ];
platforms = platforms.linux;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ AndersonTorres ];
};
}