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 1 + { lib 2 + , stdenv 2 3 , fetchFromGitHub 3 4 , autoconf 4 5 , automake ··· 77 78 ''; 78 79 homepage = src.meta.homepage; 79 80 license = licenses.lgpl2Plus; 80 - maintainers = with maintainers; [ roberth ]; 81 + maintainers = with maintainers; [ ]; 81 82 platforms = with platforms; unix; 82 83 }; 83 84 }