Commit 10d9b249 authored by Anderson Torres's avatar Anderson Torres Committed by Peter Hoeg
Browse files

gnu-smalltalk: adopted by AndersonTorres

parent 7bb5c7ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}