lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

git-crypt: update maintainer

+4 -3
+1
lib/maintainers.nix
··· 81 81 dezgeg = "Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>"; 82 82 dfoxfranke = "Daniel Fox Franke <dfoxfranke@gmail.com>"; 83 83 dmalikov = "Dmitry Malikov <malikov.d.y@gmail.com>"; 84 + dochang = "Desmond O. Chang <dochang@gmail.com>"; 84 85 doublec = "Chris Double <chris.double@double.co.nz>"; 85 86 ebzzry = "Rommel Martinez <ebzzry@gmail.com>"; 86 87 ederoyd46 = "Matthew Brown <matt@ederoyd.co.uk>";
+3 -3
pkgs/applications/version-management/git-and-tools/git-crypt/default.nix
··· 18 18 make install PREFIX=$out 19 19 ''; 20 20 21 - meta = { 21 + meta = with stdenv.lib; { 22 22 homepage = "https://www.agwa.name/projects/git-crypt"; 23 23 description = "transparent file encryption in git"; 24 24 longDescription = '' ··· 33 33 entire repository. 34 34 ''; 35 35 downloadPage = "https://github.com/AGWA/git-crypt/releases"; 36 - license = stdenv.lib.licenses.gpl3; 36 + license = licenses.gpl3; 37 37 version = "0.5.0"; 38 - maintainers = [ "Desmond O. Chang <dochang@gmail.com>" ]; 38 + maintainers = [ maintainers.dochang ]; 39 39 }; 40 40 41 41 }