···4647 meta = {
48 description = "Apache Spark is a fast and general engine for large-scale data processing";
49- homepage = "https://spark.apache.org";
50 license = lib.licenses.asl20;
51 platforms = lib.platforms.all;
52 maintainers = with maintainers; [ thoughtpolice offline kamilchm illustris ];
···4647 meta = {
48 description = "Apache Spark is a fast and general engine for large-scale data processing";
49+ homepage = "https://spark.apache.org/";
50 license = lib.licenses.asl20;
51 platforms = lib.platforms.all;
52 maintainers = with maintainers; [ thoughtpolice offline kamilchm illustris ];
···181 maintainers = with maintainers; [ goibhniu gilligan cko marsam ];
182 platforms = platforms.linux ++ platforms.darwin;
183 mainProgram = "node";
0184 };
185186 passthru.python = python; # to ensure nodeEnv uses the same version
···181 maintainers = with maintainers; [ goibhniu gilligan cko marsam ];
182 platforms = platforms.linux ++ platforms.darwin;
183 mainProgram = "node";
184+ knownVulnerabilities = optional (versionOlder version "12") "This NodeJS release has reached its end of life. See https://nodejs.org/en/about/releases/.";
185 };
186187 passthru.python = python; # to ensure nodeEnv uses the same version
+1-1
pkgs/games/asc/default.nix
···31 currently available for Windows and Linux.
32 '';
3334- homepage = "http://www.asc-hq.org/";
3536 license = licenses.gpl2Plus;
37
···31 currently available for Windows and Linux.
32 '';
3334+ homepage = "https://www.asc-hq.org/";
3536 license = licenses.gpl2Plus;
37
···3435 meta = with lib; {
36 description = "A database that uses JSON for documents, JavaScript for MapReduce queries, and regular HTTP for an API";
37- homepage = "http://couchdb.apache.org";
38 license = licenses.asl20;
39 platforms = platforms.all;
40 maintainers = with maintainers; [ lostnet ];
···3435 meta = with lib; {
36 description = "A database that uses JSON for documents, JavaScript for MapReduce queries, and regular HTTP for an API";
37+ homepage = "https://couchdb.apache.org";
38 license = licenses.asl20;
39 platforms = platforms.all;
40 maintainers = with maintainers; [ lostnet ];
···270271 meta = with lib; {
272 description = "Smart and user-friendly command line shell";
273- homepage = "http://fishshell.com/";
274 license = licenses.gpl2;
275 platforms = platforms.unix;
276 maintainers = with maintainers; [ cole-h ];
···270271 meta = with lib; {
272 description = "Smart and user-friendly command line shell";
273+ homepage = "https://fishshell.com/";
274 license = licenses.gpl2;
275 platforms = platforms.unix;
276 maintainers = with maintainers; [ cole-h ];
+1-1
pkgs/shells/zsh/antigen/default.nix
···1920 meta = {
21 description = "The plugin manager for zsh";
22- homepage = "http://antigen.sharats.me";
23 license = lib.licenses.mit;
24 };
25}
···1920 meta = {
21 description = "The plugin manager for zsh";
22+ homepage = "https://antigen.sharats.me/";
23 license = lib.licenses.mit;
24 };
25}
+1-1
pkgs/tools/graphics/blockhash/default.nix
···17 strictDeps = true;
1819 meta = with lib; {
20- homepage = "http://blockhash.io/";
21 description = ''
22 This is a perceptual image hash calculation tool based on algorithm
23 descibed in Block Mean Value Based Image Perceptual Hashing by Bian Yang,
···17 strictDeps = true;
1819 meta = with lib; {
20+ homepage = "https://github.com/commonsmachinery/blockhash";
21 description = ''
22 This is a perceptual image hash calculation tool based on algorithm
23 descibed in Block Mean Value Based Image Perceptual Hashing by Bian Yang,