Merge pull request #144654 from roberth/acsccid

acsccid: Remove myself as maintainer
This commit is contained in:
Domen Kožar
2021-11-04 14:46:28 -06:00
committed by GitHub
+3 -2
View File
@@ -1,4 +1,5 @@
{ lib, stdenv
{ lib
, stdenv
, fetchFromGitHub
, autoconf
, automake
@@ -77,7 +78,7 @@ stdenv.mkDerivation rec {
'';
homepage = src.meta.homepage;
license = licenses.lgpl2Plus;
maintainers = with maintainers; [ roberth ];
maintainers = with maintainers; [ ];
platforms = with platforms; unix;
};
}