nltk-data: add bengsparks to maintainers

This commit is contained in:
Benjamin Sparks
2025-05-21 19:16:44 +02:00
parent 441fe89fbc
commit 8eb37d0bf5
+4 -1
View File
@@ -15,7 +15,10 @@ let
homepage = "https://github.com/nltk/nltk_data";
license = licenses.asl20;
platforms = platforms.all;
maintainers = with maintainers; [ happysalada ];
maintainers = with maintainers; [
bengsparks
happysalada
];
};
};
makeNltkDataPackage =