Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

gnu-smalltalk: adopted by AndersonTorres

authored by Anderson Torres and committed by Peter Hoeg 10d9b249 7bb5c7ae

+1 -1
+1 -1
pkgs/development/compilers/gnu-smalltalk/default.nix
··· 55 homepage = "http://smalltalk.gnu.org/"; 56 license = with licenses; [ gpl2 lgpl2 ]; 57 platforms = platforms.linux; 58 - maintainers = with maintainers; [ ]; 59 }; 60 }
··· 55 homepage = "http://smalltalk.gnu.org/"; 56 license = with licenses; [ gpl2 lgpl2 ]; 57 platforms = platforms.linux; 58 + maintainers = with maintainers; [ AndersonTorres ]; 59 }; 60 }