liva{,-utils}: remove primos from maintainers

This commit is contained in:
Sandro 2022-03-12 21:51:06 +01:00 committed by Sandro Jäckel
parent 9e1ee884e9
commit f8ca3a9099
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5
2 changed files with 2 additions and 2 deletions

View file

@ -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;
};
}

View file

@ -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;
};
}