ncpamixer: 1.3.3.4 -> 1.3.3.5, drop inactive maintainer

This commit is contained in:
Sandro Jäckel 2023-07-02 03:04:00 +02:00
parent 77e0148455
commit 666666aae4
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "ncpamixer";
version = "1.3.3.4";
version = "1.3.3.5";
src = fetchFromGitHub {
owner = "fulhax";
repo = "ncpamixer";
rev = version;
sha256 = "sha256-JvIxq9CYFR/4p03e2LeJbLn3NUNwhRNF0GlqN6aPfMo=";
sha256 = "sha256-iwwfuMZn8HwnTIEBgTuvnJNlRlPt4G+j/piXO8S7mPc=";
};
nativeBuildInputs = [ cmake pkg-config ];
@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/fulhax/ncpamixer";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ StijnDW ] ++ teams.c3d2.members;
maintainers = teams.c3d2.members;
};
}