summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-11-11 20:18:29 -0300
committerPeter Hoeg <peter@hoeg.com>2023-11-12 21:17:24 +0100
commit10d9b249b1a1f726c5041663dfb38dd1abe172c7 (patch)
tree58be632062287e1e3ce4366107647c5ae0226bc5 /pkgs
parent7bb5c7ae051005a490280ab8ca4b93bb8f8ff82b (diff)
gnu-smalltalk: adopted by AndersonTorres
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/compilers/gnu-smalltalk/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/gnu-smalltalk/default.nix b/pkgs/development/compilers/gnu-smalltalk/default.nix
index 834a30b37169..1caf96c715cb 100644
--- a/pkgs/development/compilers/gnu-smalltalk/default.nix
+++ b/pkgs/development/compilers/gnu-smalltalk/default.nix
@@ -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 ];
};
}