summary refs log tree commit diff
path: root/pkgs/os-specific/linux/batman-adv
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2018-07-22 21:50:19 +0200
committerLluís Batlle i Rossell <viric@viric.name>2018-07-22 21:50:19 +0200
commit66d7126255b96a3d9c1cc0cdd7c2cd79d1789758 (patch)
tree03aca0dbd10224a22189a14b1e82e71e57862983 /pkgs/os-specific/linux/batman-adv
parentbb3986a5fcb34f4ddb87fe88be44dea9a76283c0 (diff)
downloadnixpkgs-66d7126255b96a3d9c1cc0cdd7c2cd79d1789758.tar
nixpkgs-66d7126255b96a3d9c1cc0cdd7c2cd79d1789758.tar.gz
nixpkgs-66d7126255b96a3d9c1cc0cdd7c2cd79d1789758.tar.bz2
nixpkgs-66d7126255b96a3d9c1cc0cdd7c2cd79d1789758.tar.lz
nixpkgs-66d7126255b96a3d9c1cc0cdd7c2cd79d1789758.tar.xz
nixpkgs-66d7126255b96a3d9c1cc0cdd7c2cd79d1789758.tar.zst
nixpkgs-66d7126255b96a3d9c1cc0cdd7c2cd79d1789758.zip
Take me (viric) out of most maintenance
Since years I'm not maintaining anything of the list below other
than some updates when I needed them for some reason. Other people
is doing that maintenance on my behalf so I better take me out but
for very few packages. Finally!
Diffstat (limited to 'pkgs/os-specific/linux/batman-adv')
-rw-r--r--pkgs/os-specific/linux/batman-adv/batctl.nix2
-rw-r--r--pkgs/os-specific/linux/batman-adv/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/batman-adv/batctl.nix b/pkgs/os-specific/linux/batman-adv/batctl.nix
index 3b95907a789..9ccda9178f1 100644
--- a/pkgs/os-specific/linux/batman-adv/batctl.nix
+++ b/pkgs/os-specific/linux/batman-adv/batctl.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
     homepage = https://www.open-mesh.org/projects/batman-adv/wiki/Wiki;
     description = "B.A.T.M.A.N. routing protocol in a linux kernel module for layer 2, control tool";
     license = stdenv.lib.licenses.gpl2;
-    maintainers = with stdenv.lib.maintainers; [ viric fpletz ];
+    maintainers = with stdenv.lib.maintainers; [ fpletz ];
     platforms = with stdenv.lib.platforms; linux;
   };
 }
diff --git a/pkgs/os-specific/linux/batman-adv/default.nix b/pkgs/os-specific/linux/batman-adv/default.nix
index 79d3a0613dc..4a98b4f169d 100644
--- a/pkgs/os-specific/linux/batman-adv/default.nix
+++ b/pkgs/os-specific/linux/batman-adv/default.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
     homepage = https://www.open-mesh.org/projects/batman-adv/wiki/Wiki;
     description = "B.A.T.M.A.N. routing protocol in a linux kernel module for layer 2";
     license = stdenv.lib.licenses.gpl2;
-    maintainers = with stdenv.lib.maintainers; [ viric fpletz ];
+    maintainers = with stdenv.lib.maintainers; [ fpletz ];
     platforms = with stdenv.lib.platforms; linux;
   };
 }