lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

picat: add meta.maintainers

+2
+1
lib/maintainers.nix
··· 176 176 dupgit = "Olivier Delhomme <olivier.delhomme@free.fr>"; 177 177 dywedir = "Vladyslav M. <dywedir@protonmail.ch>"; 178 178 e-user = "Alexander Kahl <nixos@sodosopa.io>"; 179 + earldouglas = "James Earl Douglas <james@earldouglas.com>"; 179 180 ebzzry = "Rommel Martinez <ebzzry@ebzzry.io>"; 180 181 edanaher = "Evan Danaher <nixos@edanaher.net>"; 181 182 edef = "edef <edef@edef.eu>";
+1
pkgs/development/compilers/picat/default.nix
··· 33 33 homepage = http://picat-lang.org/; 34 34 license = stdenv.lib.licenses.mpl20; 35 35 platforms = stdenv.lib.platforms.linux; 36 + maintainers = [ stdenv.lib.maintainers.earldouglas ]; 36 37 }; 37 38 }