lol
0
fork

Configure Feed

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

python3Packages.pygments: add ryand56 as maintainer

+4 -1
+4 -1
pkgs/development/python-modules/pygments/default.nix
··· 52 52 description = "Generic syntax highlighter"; 53 53 mainProgram = "pygmentize"; 54 54 license = lib.licenses.bsd2; 55 - maintainers = with lib.maintainers; [ sigmanificient ]; 55 + maintainers = with lib.maintainers; [ 56 + sigmanificient 57 + ryand56 58 + ]; 56 59 }; 57 60 }; 58 61 in