about summary refs log tree commit diff
path: root/pkgs/development/libraries/libva
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-03-12 21:51:06 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2022-03-13 02:06:56 +0100
commitf8ca3a9099629c3fc81deb11b1a7fd95e1bb6dce (patch)
tree0ddf9174f00f39edf3a635521743a95a98e381e8 /pkgs/development/libraries/libva
parent9e1ee884e99428cee274892b802792b264bdb184 (diff)
downloadnixlib-f8ca3a9099629c3fc81deb11b1a7fd95e1bb6dce.tar
nixlib-f8ca3a9099629c3fc81deb11b1a7fd95e1bb6dce.tar.gz
nixlib-f8ca3a9099629c3fc81deb11b1a7fd95e1bb6dce.tar.bz2
nixlib-f8ca3a9099629c3fc81deb11b1a7fd95e1bb6dce.tar.lz
nixlib-f8ca3a9099629c3fc81deb11b1a7fd95e1bb6dce.tar.xz
nixlib-f8ca3a9099629c3fc81deb11b1a7fd95e1bb6dce.tar.zst
nixlib-f8ca3a9099629c3fc81deb11b1a7fd95e1bb6dce.zip
liva{,-utils}: remove primos from maintainers
Diffstat (limited to 'pkgs/development/libraries/libva')
-rw-r--r--pkgs/development/libraries/libva/default.nix2
-rw-r--r--pkgs/development/libraries/libva/utils.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libva/default.nix b/pkgs/development/libraries/libva/default.nix
index 99c0e3dd7aa8..037318353ce0 100644
--- a/pkgs/development/libraries/libva/default.nix
+++ b/pkgs/development/libraries/libva/default.nix
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
     homepage = "https://01.org/linuxmedia/vaapi";
     changelog = "https://raw.githubusercontent.com/intel/libva/${version}/NEWS";
     license = licenses.mit;
-    maintainers = with maintainers; [ primeos SuperSandro2000 ];
+    maintainers = with maintainers; [ SuperSandro2000 ];
     platforms = platforms.unix;
   };
 }
diff --git a/pkgs/development/libraries/libva/utils.nix b/pkgs/development/libraries/libva/utils.nix
index fc1fd00a53ba..357d20527957 100644
--- a/pkgs/development/libraries/libva/utils.nix
+++ b/pkgs/development/libraries/libva/utils.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/intel/libva-utils";
     changelog = "https://raw.githubusercontent.com/intel/libva-utils/${version}/NEWS";
     license = licenses.mit;
-    maintainers = with maintainers; [ primeos SuperSandro2000 ];
+    maintainers = with maintainers; [ SuperSandro2000 ];
     platforms = platforms.unix;
   };
 }