Enpass: Add dritter as maintainer

This commit is contained in:
Dominik Ritter 2022-11-23 22:37:26 +01:00 committed by GitHub
parent 40d418d6e6
commit 76a812d168
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,7 @@ let
sourceProvenance = with sourceTypes; [ binaryNativeCode ]; sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree; license = licenses.unfree;
platforms = [ "x86_64-linux" "i686-linux"]; platforms = [ "x86_64-linux" "i686-linux"];
maintainers = with maintainers; [ ewok ]; maintainers = with maintainers; [ ewok dritter ];
}; };
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];