Merge pull request #202596 from dritter/patch-1

Enpass: Add dritter as maintainer
This commit is contained in:
Bobby Rong 2022-11-25 21:14:29 +08:00 committed by GitHub
commit 5f3977d36d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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