Merge pull request #144654 from roberth/acsccid

acsccid: Remove myself as maintainer

authored by

Domen Kožar and committed by
GitHub
e64d83d2 823fe5e4

+3 -2
+3 -2
pkgs/tools/security/acsccid/default.nix
··· 1 - { lib, stdenv 2 , fetchFromGitHub 3 , autoconf 4 , automake ··· 77 ''; 78 homepage = src.meta.homepage; 79 license = licenses.lgpl2Plus; 80 - maintainers = with maintainers; [ roberth ]; 81 platforms = with platforms; unix; 82 }; 83 }
··· 1 + { lib 2 + , stdenv 3 , fetchFromGitHub 4 , autoconf 5 , automake ··· 78 ''; 79 homepage = src.meta.homepage; 80 license = licenses.lgpl2Plus; 81 + maintainers = with maintainers; [ ]; 82 platforms = with platforms; unix; 83 }; 84 }