From 2a0b5b78021ee2ea82ea9c9dc8c0078adcedbe3b Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 13 May 2021 10:27:19 +0200 Subject: [PATCH] pkgs: add myself as maintainer to all packages --- pkgs/comma/default.nix | 1 + pkgs/diff-flake/default.nix | 1 + pkgs/havm/default.nix | 1 + pkgs/i3-get-window-criteria/default.nix | 1 + pkgs/lohr/default.nix | 1 + pkgs/nolimips/default.nix | 1 + pkgs/podgrab/default.nix | 1 + pkgs/unbound-zones-adblock/default.nix | 1 + pkgs/unified-hosts-lists/default.nix | 1 + 9 files changed, 9 insertions(+) diff --git a/pkgs/comma/default.nix b/pkgs/comma/default.nix index 73756d0..deab009 100644 --- a/pkgs/comma/default.nix +++ b/pkgs/comma/default.nix @@ -38,5 +38,6 @@ stdenvNoCC.mkDerivation rec { homepage = "https://gitea.belanyi.fr/ambroisie/nix-config"; license = with licenses; [ mit ]; platforms = platforms.unix; + maintainers = with maintainers; [ ambroisie ]; }; } diff --git a/pkgs/diff-flake/default.nix b/pkgs/diff-flake/default.nix index 9511952..4cd7777 100644 --- a/pkgs/diff-flake/default.nix +++ b/pkgs/diff-flake/default.nix @@ -38,5 +38,6 @@ stdenvNoCC.mkDerivation rec { homepage = "https://gitea.belanyi.fr/ambroisie/nix-config"; license = with licenses; [ mit ]; platforms = platforms.unix; + maintainers = with maintainers; [ ambroisie ]; }; } diff --git a/pkgs/havm/default.nix b/pkgs/havm/default.nix index 20817fc..97a708f 100644 --- a/pkgs/havm/default.nix +++ b/pkgs/havm/default.nix @@ -26,5 +26,6 @@ stdenv.mkDerivation rec { homepage = "https://www.lrde.epita.fr/wiki/Havm"; license = licenses.gpl2Plus; platforms = platforms.all; + maintainers = with maintainers; [ ambroisie ]; }; } diff --git a/pkgs/i3-get-window-criteria/default.nix b/pkgs/i3-get-window-criteria/default.nix index 185e1e4..65cdb0e 100644 --- a/pkgs/i3-get-window-criteria/default.nix +++ b/pkgs/i3-get-window-criteria/default.nix @@ -39,5 +39,6 @@ stdenvNoCC.mkDerivation rec { homepage = "https://gitea.belanyi.fr/ambroisie/nix-config"; license = with licenses; [ mit ]; platforms = platforms.unix; + maintainers = with maintainers; [ ambroisie ]; }; } diff --git a/pkgs/lohr/default.nix b/pkgs/lohr/default.nix index 1ceb018..34182dd 100644 --- a/pkgs/lohr/default.nix +++ b/pkgs/lohr/default.nix @@ -17,5 +17,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/alarsyo/lohr"; license = with licenses; [ mit asl20 ]; platforms = platforms.unix; + maintainers = with maintainers; [ ambroisie ]; }; } diff --git a/pkgs/nolimips/default.nix b/pkgs/nolimips/default.nix index ff5c9b0..49cd1b0 100644 --- a/pkgs/nolimips/default.nix +++ b/pkgs/nolimips/default.nix @@ -19,5 +19,6 @@ stdenv.mkDerivation rec { homepage = "https://www.lrde.epita.fr/wiki/Nolimips"; license = licenses.gpl2; platforms = platforms.all; + maintainers = with maintainers; [ ambroisie ]; }; } diff --git a/pkgs/podgrab/default.nix b/pkgs/podgrab/default.nix index 7f18416..aa7f981 100644 --- a/pkgs/podgrab/default.nix +++ b/pkgs/podgrab/default.nix @@ -25,5 +25,6 @@ buildGoModule rec { ''; homepage = "https://github.com/akhilrex/podgrab"; license = licenses.gpl3; + maintainers = with maintainers; [ ambroisie ]; }; } diff --git a/pkgs/unbound-zones-adblock/default.nix b/pkgs/unbound-zones-adblock/default.nix index c4309bd..e8afbe1 100644 --- a/pkgs/unbound-zones-adblock/default.nix +++ b/pkgs/unbound-zones-adblock/default.nix @@ -33,5 +33,6 @@ stdenvNoCC.mkDerivation rec { homepage = "https://github.com/StevenBlack/hosts"; license = licenses.mit; platforms = platforms.all; + maintainers = with maintainers; [ ambroisie ]; }; } diff --git a/pkgs/unified-hosts-lists/default.nix b/pkgs/unified-hosts-lists/default.nix index af55994..2c49924 100644 --- a/pkgs/unified-hosts-lists/default.nix +++ b/pkgs/unified-hosts-lists/default.nix @@ -29,5 +29,6 @@ stdenvNoCC.mkDerivation rec { homepage = "https://github.com/StevenBlack/hosts"; license = licenses.mit; platforms = platforms.all; + maintainers = with maintainers; [ ambroisie ]; }; }