Enpass: Add dritter as maintainer
This commit is contained in:
parent
40d418d6e6
commit
76a812d168
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in a new issue