tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
Fix meta.maintainer -> meta.maintainers
Eelco Dolstra
12 years ago
dbd332d1
66a43c01
+11
-11
11 changed files
expand all
collapse all
unified
split
pkgs
applications
audio
quodlibet
default.nix
misc
fbreader
default.nix
networking
browsers
mozilla-plugins
flashplayer-11
default.nix
development
libraries
c-ares
default.nix
http-parser
default.nix
libunibreak
default.nix
tools
build-managers
leiningen
default.nix
tools
archivers
zip
default.nix
audio
gvolicon
default.nix
misc
autorandr
default.nix
text
enscript
default.nix
+1
-1
pkgs/applications/audio/quodlibet/default.nix
···
75
75
& internet radio, and all major audio formats.
76
76
'';
77
77
78
78
-
maintainer = [ stdenv.lib.maintainers.coroa ];
78
78
+
maintainers = [ stdenv.lib.maintainers.coroa ];
79
79
homepage = http://code.google.com/p/quodlibet/;
80
80
};
81
81
}
+1
-1
pkgs/applications/misc/fbreader/default.nix
···
30
30
homepage = http://www.fbreader.org/;
31
31
license = licenses.gpl3;
32
32
platforms = platforms.linux; # possibly also on unix general
33
33
-
maintainer = [ maintainers.coroa ];
33
33
+
maintainers = [ maintainers.coroa ];
34
34
};
35
35
}
+1
-1
pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-11/default.nix
···
88
88
meta = {
89
89
description = "Adobe Flash Player browser plugin";
90
90
homepage = http://www.adobe.com/products/flashplayer/;
91
91
-
maintainer = with stdenv.lib.maintainers; [ wizeman ];
91
91
+
maintainers = with stdenv.lib.maintainers; [ wizeman ];
92
92
license = "unfree";
93
93
};
94
94
}
+1
-1
pkgs/development/libraries/c-ares/default.nix
···
15
15
16
16
license = stdenv.lib.licenses.mit;
17
17
18
18
-
maintainer = [ stdenv.lib.maintainers.shlevy ];
18
18
+
maintainers = [ stdenv.lib.maintainers.shlevy ];
19
19
};
20
20
}
+1
-1
pkgs/development/libraries/http-parser/default.nix
···
43
43
44
44
license = stdenv.lib.licenses.mit;
45
45
46
46
-
maintainer = [ stdenv.lib.maintainers.shlevy ];
46
46
+
maintainers = [ stdenv.lib.maintainers.shlevy ];
47
47
};
48
48
}
+1
-1
pkgs/development/libraries/libunibreak/default.nix
···
14
14
description = "A library implementing a line breaking algorithm as described in Unicode 6.0.0 Standard";
15
15
license = licenses.zlib;
16
16
platforms = platforms.unix;
17
17
-
maintainer = [ maintainers.coroa ];
17
17
+
maintainers = [ maintainers.coroa ];
18
18
};
19
19
}
+1
-1
pkgs/development/tools/build-managers/leiningen/default.nix
···
31
31
description = "Project automation for Clojure";
32
32
license = "EPL";
33
33
platforms = stdenv.lib.platforms.linux;
34
34
-
maintainer = with stdenv.lib.maintainers; [ the-kenny ];
34
34
+
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
35
35
};
36
36
}
+1
-1
pkgs/tools/archivers/zip/default.nix
···
24
24
meta = {
25
25
homepage = http://www.info-zip.org;
26
26
platforms = stdenv.lib.platforms.all;
27
27
-
maintainer = [ stdenv.lib.maintainers.urkud ];
27
27
+
maintainers = [ stdenv.lib.maintainers.urkud ];
28
28
};
29
29
}
+1
-1
pkgs/tools/audio/gvolicon/default.nix
···
22
22
homepage = "https://github.com/Unia/gvolicon";
23
23
platforms = stdenv.lib.platforms.linux;
24
24
license = stdenv.lib.licenses.gpl3Plus;
25
25
-
maintainer = stdenv.lib.maintainers.bennofs;
25
25
+
maintainers = stdenv.lib.maintainers.bennofs;
26
26
};
27
27
}
+1
-1
pkgs/tools/misc/autorandr/default.nix
···
36
36
meta = {
37
37
description = "Automatic display configuration selector based on connected devices";
38
38
homepage = https://github.com/wertarbyte/autorandr;
39
39
-
maintainer = [ stdenv.lib.maintainers.coroa ];
39
39
+
maintainers = [ stdenv.lib.maintainers.coroa ];
40
40
};
41
41
}
+1
-1
pkgs/tools/text/enscript/default.nix
···
30
30
31
31
homepage = http://www.gnu.org/software/enscript/;
32
32
33
33
-
maintainer = [ stdenv.lib.maintainers.ludo ];
33
33
+
maintainers = [ stdenv.lib.maintainers.ludo ];
34
34
platforms = stdenv.lib.platforms.all;
35
35
};
36
36
}