Skip to content

Commit

Permalink
maintainers: add pouya
Browse files Browse the repository at this point in the history
  • Loading branch information
pouya-abbassi committed Nov 29, 2024
1 parent 4e9a450 commit d70d1a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17675,6 +17675,13 @@
github = "potb";
githubId = 10779093;
};
pouya = {
email = "me@pouyacode.net";
github = "pouya-abbassi";
githubId = 8519318;
name = "Pouya Abbasi";
keys = [ { fingerprint = "8CC7 EB15 3563 4205 E9C2 AAD9 AF5A 5A4A D4FD 8797"; } ];
};
poweredbypie = {
name = "poweredbypie";
github = "poweredbypie";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/st/st-snazzy/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ stdenv.mkDerivation {
homepage = "https://github.com/siduck/st";
description = "snazzy terminal (suckless + beautiful)";
license = lib.licenses.mit;
maintainers = [ ];
maintainers = [ lib.maintainers.pouya ];
platforms = lib.platforms.linux;
};
}

0 comments on commit d70d1a7

Please sign in to comment.