lol

add git repositry and meta.branch

+4
+1
pkgs/applications/misc/mupdf/default.nix
··· 39 39 40 40 meta = { 41 41 homepage = http://mupdf.com/; 42 + repositories.git = git://git.ghostscript.com/mupdf.git; 42 43 description = "Lightweight PDF viewer and toolkit written in portable C"; 43 44 license = "GPLv3+"; 44 45 maintainers = with stdenv.lib.maintainers; [ viric ];
+3
pkgs/development/libraries/giflib/4.1.nix
··· 6 6 url = mirror://sourceforge/giflib/giflib-4.1.6.tar.bz2; 7 7 sha256 = "1v9b7ywz7qg8hli0s9vv1b8q9xxb2xvqq2mg1zpr73xwqpcwxhg1"; 8 8 }; 9 + meta = { 10 + branch = "4.1"; 11 + }; 9 12 } 10 13