Unverified Commit 3f8be5ef authored by PerchunPak's avatar PerchunPak
Browse files

lib.maintainers.perchun -> PerchunPak

Should be easier for people to ping me
parent 1b69d2e9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -20221,11 +20221,12 @@
    name = "pentane";
    keys = [ { fingerprint = "4231 75F6 8360 68C8 2ACB AEDA 63F4 EC2F FE55 0874"; } ];
  };
  perchun = {
  PerchunPak = {
    name = "Perchun Pak";
    email = "nixpkgs@perchun.it";
    github = "PerchunPak";
    githubId = 68118654;
    keys = [ { fingerprint = "BBB5 1142 959D 8549 A3D2  F6C5 313F 67D1 EAB7 70F9"; } ];
  };
  peret = {
    name = "Peter Retzlaff";
+1 −1
Original line number Diff line number Diff line
@@ -65,6 +65,6 @@ vimUtils.buildVimPlugin {
    description = "Interactive database client for neovim";
    homepage = "https://github.com/kndndrj/nvim-dbee";
    changelog = "https://github.com/kndndrj/nvim-dbee/releases/tag/v${version}";
    maintainers = with lib.maintainers; [ perchun ];
    maintainers = with lib.maintainers; [ PerchunPak ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -105,9 +105,9 @@ buildGoModule rec {
    changelog = "https://github.com/Aylur/ags/releases/tag/v${version}";
    license = lib.licenses.gpl3Plus;
    maintainers = with lib.maintainers; [
      PerchunPak
      foo-dogsquared
      johnrtitor
      perchun
    ];
    mainProgram = "ags";
    platforms = lib.platforms.linux;
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
    description = "Library for translating from DBusMenu to GMenuModel";
    homepage = "https://gitlab.com/vala-panel-project/vala-panel-appmenu/-/tree/${finalAttrs.version}/subprojects/appmenu-glib-translator";
    license = lib.licenses.lgpl3Plus;
    maintainers = with lib.maintainers; [ perchun ];
    maintainers = with lib.maintainers; [ PerchunPak ];
    platforms = lib.platforms.linux;
  };
})
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ stdenvNoCC.mkDerivation {
    homepage = "https://github.com/cli-stuff/cli-tips";
    license = lib.licenses.unlicense;
    platforms = with lib.platforms; linux ++ darwin ++ windows;
    maintainers = with lib.maintainers; [ perchun ];
    maintainers = with lib.maintainers; [ PerchunPak ];
    mainProgram = "cli-tips";
  };
}
Loading