diff --git a/modules/home-manager/programs/aerc.nix b/modules/home-manager/programs/aerc.nix

index 93048d78dab8972653501dc59278b72f7a6c782c..996473740f31c4cd5b186d4a7ef01f12d8b992bb 100644

--- a/modules/home-manager/programs/aerc.nix

+++ b/modules/home-manager/programs/aerc.nix

@@ -30,7 +30,7 @@ $DRY_RUN_CMD chmod 600 ${configHome}/aerc/accounts.conf

'';

in

{

options.programs.aerc = {

 enable = mkEnableOption "aerc is an email client for your terminal";

diff --git a/modules/home-manager/programs/goldendict.nix b/modules/home-manager/programs/goldendict.nix

index 91b1210e27e804cd3f51ee76c5a3c0b72942fde3..db4e225705d14b14552a5fdc896d050da8cc165d 100644

--- a/modules/home-manager/programs/goldendict.nix

+++ b/modules/home-manager/programs/goldendict.nix

@@ -5,7 +5,7 @@ let

cfg = config.programs.goldendict;

in

{

options.programs.goldendict = {

 enable = mkEnableOption "A feature-rich dictionary lookup program";

diff --git a/modules/home-manager/programs/gpxsee.nix b/modules/home-manager/programs/gpxsee.nix

index 07ef6e168a9980a370cc70f4ff3b9983fcc0070f..7dcbc060a9696e502deb301f4c52f48b7466236d 100644

--- a/modules/home-manager/programs/gpxsee.nix

+++ b/modules/home-manager/programs/gpxsee.nix

@@ -15,7 +15,7 @@ poiDir = "${appDataLocation}/POI";

styleDir = "${appDataLocation}/style";

in

{

options.programs.gpxsee = {

 enable = mkEnableOption "GPS log file viewer and analyzer";

diff --git a/modules/home-manager/programs/josm.nix b/modules/home-manager/programs/josm.nix

index 3563f085f1b275f36b7135649ae2d9609cddf67c..b345bd23c1a85e28612fe395fe03411cddc1cb7c 100644

--- a/modules/home-manager/programs/josm.nix

+++ b/modules/home-manager/programs/josm.nix

@@ -5,7 +5,7 @@ let

cfg = config.programs.josm;

in

{

options.programs.josm = {

 enable = mkEnableOption "An extensible editor for OpenStreetMap";

diff --git a/modules/home-manager/programs/nnn.nix b/modules/home-manager/programs/nnn.nix

index b9568abe639cbd1988b2cad8a90e85ab3bcbaf5d..99ce74fc9116319dda71142e29ae0940f5600d02 100644

--- a/modules/home-manager/programs/nnn.nix

+++ b/modules/home-manager/programs/nnn.nix

@@ -5,7 +5,7 @@ let

cfg = config.programs.nnn;

in

{

options.programs.nnn = {

 enable = mkEnableOption "The missing terminal file manager for X";

diff --git a/modules/home-manager/programs/qmapshack.nix b/modules/home-manager/programs/qmapshack.nix

index ac6c54993db4a1c3b5c7d39b38b0faeb53b30e86..11f4f45c5bbf264a032759b08d8f99f8db34e423 100644

--- a/modules/home-manager/programs/qmapshack.nix

+++ b/modules/home-manager/programs/qmapshack.nix

@@ -5,7 +5,7 @@ let

cfg = config.programs.qmapshack;

in

{

options.programs.qmapshack = {

 enable = mkEnableOption "Consumer grade GIS software";

diff --git a/modules/home-manager/programs/slack-term.nix b/modules/home-manager/programs/slack-term.nix

index 7ae2c9cccc64afafe08fb840a3d4be0a4fe4ccda..273bbced4db50d63889e5f637e7a2b358d7b417c 100644

--- a/modules/home-manager/programs/slack-term.nix

+++ b/modules/home-manager/programs/slack-term.nix

@@ -5,7 +5,7 @@ let

cfg = config.programs.slack-term;

in

{

options.programs.slack-term = {

 enable = mkEnableOption "Slack client for your terminal";

diff --git a/pkgs/applications/gpxlab/default.nix b/pkgs/applications/gpxlab/default.nix

index effe2e715f966b2dcc862aa97520add7f2e7909e..e876d190c9042f9ce1cd7b4028b7633b834d3f12 100644

--- a/pkgs/applications/gpxlab/default.nix

+++ b/pkgs/applications/gpxlab/default.nix

@@ -48,7 +48,7 @@

meta = with lib; {

 inherit (sources.gpxlab) description homepage;

 license = licenses.gpl3;

};

}

diff --git a/pkgs/applications/gpxsee/default.nix b/pkgs/applications/gpxsee/default.nix

index 79c426356bfbe7bf0f79f8be8b8d06874c030b5f..c30dc4af5ec97ea96db3083ed3c41bbef643be57 100644

--- a/pkgs/applications/gpxsee/default.nix

+++ b/pkgs/applications/gpxsee/default.nix

@@ -48,7 +48,7 @@

meta = with lib; {

 inherit (sources.gpxsee) description homepage;

 license = licenses.gpl3;

};

}

diff --git a/pkgs/applications/keeweb/default.nix b/pkgs/applications/keeweb/default.nix

index ce7f47066b70f9030c37c2451f52bf16dacd07be..7ddff42afd4ee35ad4c4ac0cc3c41b4bef3c22d7 100644

--- a/pkgs/applications/keeweb/default.nix

+++ b/pkgs/applications/keeweb/default.nix

@@ -31,7 +31,7 @@ meta = with stdenv.lib; {

 description = "Free cross-platform password manager compatible with KeePass";

 homepage = "https://keeweb.info/";

 license = licenses.mit;

 platforms = [ "x86_64-linux" "x86_64-darwin" ];

 skip.ci = true;

};

diff --git a/pkgs/applications/librewolf/default.nix b/pkgs/applications/librewolf/default.nix

index 0d72473e0e1a9e6924521b651f4672ce85558da3..a35ea918102969c83ae37877920ad5086555fa3f 100644

--- a/pkgs/applications/librewolf/default.nix

+++ b/pkgs/applications/librewolf/default.nix

@@ -43,7 +43,7 @@ meta = with stdenv.lib; {

 description = "A fork of Firefox, focused on privacy, security and freedom";

 homepage = "https://librewolf-community.gitlab.io/";

 license = licenses.mpl20;

 platforms = [ "x86_64-darwin" ];

 skip.ci = true;

};

diff --git a/pkgs/applications/macpass/default.nix b/pkgs/applications/macpass/default.nix

index d7bd71f5a1fe8bd557aa2c9db184c8f4cc353408..0245a575dae412fc966de8fa00e4224ac1f3b63a 100644

--- a/pkgs/applications/macpass/default.nix

+++ b/pkgs/applications/macpass/default.nix

@@ -27,7 +27,7 @@ meta = with stdenv.lib; {

 description = "A native OS X KeePass client";

 homepage = "https://macpassapp.org/";

 license = licenses.gpl3;

 platforms = [ "x86_64-darwin" ];

 skip.ci = true;

};

diff --git a/pkgs/applications/mapsoft/2.nix b/pkgs/applications/mapsoft/2.nix

index 6e295632d756ecdf2327731280fc9d163172c13f..405038ed92ac72e425eed6934e25e56669784362 100644

--- a/pkgs/applications/mapsoft/2.nix

+++ b/pkgs/applications/mapsoft/2.nix

@@ -81,7 +81,7 @@ meta = with stdenv.lib; {

 description = "A collection of tools and libraries for working with maps and geo-data";

 homepage = "http://slazav.github.io/mapsoft2";

 license = licenses.gpl3;

 platforms = platforms.linux;

 skip.ci = stdenv.isDarwin;

};

diff --git a/pkgs/applications/mapsoft/default.nix b/pkgs/applications/mapsoft/default.nix

index 96cf28b141339b51fc5cf052b6496b80e2666ae4..d58df4b939f5a6d9753027711fa6a931d753c0e0 100644

--- a/pkgs/applications/mapsoft/default.nix

+++ b/pkgs/applications/mapsoft/default.nix

@@ -97,7 +97,7 @@

meta = with stdenv.lib; {

 inherit (sources.mapsoft) description homepage;

 license = licenses.gpl3;

 platforms = platforms.linux;

 skip.ci = stdenv.isDarwin;

};

diff --git a/pkgs/applications/nnn-plugins/default.nix b/pkgs/applications/nnn-plugins/default.nix

index c5ba0e72a313295d95be354f9a70bcbc1aac4cca..dd38a0f5523e4b70bc9f1c1320eb655ee702440b 100644

--- a/pkgs/applications/nnn-plugins/default.nix

+++ b/pkgs/applications/nnn-plugins/default.nix

@@ -22,7 +22,7 @@ description = "Plugins extend the capabilities of nnn";

 homepage = "https://github.com/jarun/nnn/tree/master/plugins";

 license = licenses.bsd2;

 platforms = platforms.all;

 skip.ci = true;

};

}

diff --git a/pkgs/applications/openorienteering-mapper/default.nix b/pkgs/applications/openorienteering-mapper/default.nix

index f8f7f48adcb95b57ef20da5b9f5279a84bd62796..4c805af25c0519780c2aa0f7f8045b3f414139c1 100644

--- a/pkgs/applications/openorienteering-mapper/default.nix

+++ b/pkgs/applications/openorienteering-mapper/default.nix

@@ -84,7 +84,7 @@

meta = with lib; {

 inherit (sources.mapper) description homepage;

 license = licenses.gpl3;

};

}

diff --git a/pkgs/applications/redict/default.nix b/pkgs/applications/redict/default.nix

index 5b4b68bbbbcf05bbba00cf2b5ab1b438813ee6a6..5db9f733eff00156090232898255ab048fc4b6f8 100644

--- a/pkgs/applications/redict/default.nix

+++ b/pkgs/applications/redict/default.nix

@@ -48,8 +48,8 @@

meta = with lib; {

 inherit (sources.redict) description homepage;

 license = licenses.gpl3;

 broken = stdenv.isDarwin;

};

}

diff --git a/pkgs/applications/visualgps/default.nix b/pkgs/applications/visualgps/default.nix

index 663f00a20e7faa8abe8f937167b77af45d6ba633..d5ae618a2d3251cfcd4e764400fb462e0d3696ac 100644

--- a/pkgs/applications/visualgps/default.nix

+++ b/pkgs/applications/visualgps/default.nix

@@ -33,7 +33,7 @@ meta = with stdenv.lib; {

 description = "A QT application (GUI) that makes use of the VisualGPS/NMEAParser project";

 homepage = "https://github.com/VisualGPS/VisualGPSqt";

 license = licenses.mit;

};

}

diff --git a/pkgs/applications/wireguard-statusbar/default.nix b/pkgs/applications/wireguard-statusbar/default.nix

index 841c804a31f34a8679e74c7cfe946c80f7fcae67..7797424e838fbbfc045d81a6dcd5a9922f7d55dd 100644

--- a/pkgs/applications/wireguard-statusbar/default.nix

+++ b/pkgs/applications/wireguard-statusbar/default.nix

@@ -27,7 +27,7 @@ meta = with stdenv.lib; {

 description = "macOS menubar icon for WireGuard/wg-quick";

 homepage = "https://github.com/aequitas/macos-menubar-wireguard";

 license = licenses.gpl3;

 platforms = [ "x86_64-darwin" ];

 skip.ci = true;

};

diff --git a/pkgs/data/dicts/huzheng/base.nix b/pkgs/data/dicts/huzheng/base.nix

index 188db9baf9f45f1f361038449ce926ed5c0ee197..1db8df7090099afc5c428cf7c5ef3017ad58c143 100644

--- a/pkgs/data/dicts/huzheng/base.nix

+++ b/pkgs/data/dicts/huzheng/base.nix

@@ -19,7 +19,7 @@ meta = with stdenv.lib; {

 inherit description;

 homepage = "http://download.huzheng.org/bigdict/";

 license = licenses.free;

 platforms = platforms.all;

 skip.ci = true;

};

diff --git a/pkgs/data/dicts/wiktionary/base.nix b/pkgs/data/dicts/wiktionary/base.nix

index 9e0c47e1a5779ee0471ecb0cf0afa20241c6cb58..df8754fc34d7669eec001686a4c51e7b7127675e 100644

--- a/pkgs/data/dicts/wiktionary/base.nix

+++ b/pkgs/data/dicts/wiktionary/base.nix

@@ -19,7 +19,7 @@ meta = with stdenv.lib; {

 description = "Wiktionary dictionaries for StarDict (${lang})";

 homepage = "http://libredict.org/en/info_${lang}.html";

 license = licenses.free;

 platforms = platforms.all;

 skip.ci = true;

};

diff --git a/pkgs/data/firmwares/gpsmap64/default.nix b/pkgs/data/firmwares/gpsmap64/default.nix

index e1c85186fe51c2e9db6d7deba4581f23b07ed008..483f1e1c89da10bd9c590d92a15c6dac6d5e8d81 100644

--- a/pkgs/data/firmwares/gpsmap64/default.nix

+++ b/pkgs/data/firmwares/gpsmap64/default.nix

@@ -18,7 +18,7 @@

meta = with lib; {

 homepage = "https://www8.garmin.com/support/download_details.jsp?id=6805";

 description = "GPSMAP 64 (WebUpdater)";

 license = licenses.free;

 platforms = platforms.all;

 skip.ci = true;

diff --git a/pkgs/data/maps/freizeitkarte-osm/default.nix b/pkgs/data/maps/freizeitkarte-osm/default.nix

index 871655994510fd961cbc7b7356c07ceebd07eadc..292489ddc46771e42f5fa3f3ab4f6ac68eaff3b0 100644

--- a/pkgs/data/maps/freizeitkarte-osm/default.nix

+++ b/pkgs/data/maps/freizeitkarte-osm/default.nix

@@ -24,7 +24,7 @@ meta = with stdenv.lib; {

 description = "Freizeitkarte map with DEM (Digital Elevation Model) and hillshading";

 homepage = "https://freizeitkarte-osm.de/";

 license = licenses.free;

 platforms = platforms.all;

 skip.ci = true;

};

diff --git a/pkgs/data/maps/gpxsee-dem/default.nix b/pkgs/data/maps/gpxsee-dem/default.nix

index 1eb409052c5fe8982680d4c13093112e5aa7aacc..d559e1cd0afd480da70ea1f848f03878e599055c 100644

--- a/pkgs/data/maps/gpxsee-dem/default.nix

+++ b/pkgs/data/maps/gpxsee-dem/default.nix

@@ -52,7 +52,7 @@ meta = with stdenv.lib; {

 description = "Digital Elevation Data";

 homepage = "http://www.viewfinderpanoramas.org/";

 license = licenses.free;

 platforms = platforms.all;

 skip.ci = true;

};

diff --git a/pkgs/data/maps/gpxsee-maps/default.nix b/pkgs/data/maps/gpxsee-maps/default.nix

index aa57dbe1ffcbfb12a2578bdf843fecd777ce45fb..2abf48d710dc59065e75ed72269a4df35c5afc50 100644

--- a/pkgs/data/maps/gpxsee-maps/default.nix

+++ b/pkgs/data/maps/gpxsee-maps/default.nix

@@ -28,7 +28,7 @@

meta = with stdenv.lib; {

 inherit (sources.gpxsee-maps) description homepage;

 license = licenses.unlicense;

 platforms = platforms.all;

 skip.ci = true;

};

diff --git a/pkgs/data/maps/gpxsee-poi/default.nix b/pkgs/data/maps/gpxsee-poi/default.nix

index 40632121c69c64628ada70120db9efebacae77df..0a7df8b8e1e82084e246472bee55f37fc275ad8b 100644

--- a/pkgs/data/maps/gpxsee-poi/default.nix

+++ b/pkgs/data/maps/gpxsee-poi/default.nix

@@ -17,7 +17,7 @@

 meta = with lib; {

   homepage = "https://geocaching.su/";

   description = "Geocaches";

   license = licenses.free;

   platforms = platforms.all;

   skip.ci = true;

@@ -37,7 +37,7 @@

 meta = with lib; {

   homepage = "http://www.laavu.org/";

   description = "Laavut ja kodat kartalla";

   license = licenses.free;

   platforms = platforms.all;

   skip.ci = true;

@@ -57,7 +57,7 @@

 meta = with lib; {

   homepage = "http://www.laavu.org/autiotuvat/";

   description = "Autiotuvat kartalla";

   license = licenses.free;

   platforms = platforms.all;

   skip.ci = true;

@@ -80,7 +80,7 @@

 meta = with lib; {

   homepage = "https://westra.ru/passes/";

   description = "Mountain passes (Westra)";

   license = licenses.free;

   platforms = platforms.all;

   skip.ci = true;

@@ -105,7 +105,7 @@

 meta = with lib; {

   homepage = "https://strelki.extremum.org/s/p/47p";

   description = "Стрелки-47";

   license = licenses.free;

   platforms = platforms.all;

   skip.ci = true;

@@ -126,7 +126,7 @@

 meta = with lib; {

   homepage = "http://nashipohody.ru";

   description = "Карта Достопримечательностей";

   license = licenses.free;

   platforms = platforms.all;

   skip.ci = true;

diff --git a/pkgs/data/maps/hiblovgpsmap/default.nix b/pkgs/data/maps/hiblovgpsmap/default.nix

index 8237d309ca1f1d0e0cb8b46a077cd6ea893e1ff5..a9a1fed91aa7d1ea3f488eff9d0c9623d1e0c319 100644

--- a/pkgs/data/maps/hiblovgpsmap/default.nix

+++ b/pkgs/data/maps/hiblovgpsmap/default.nix

@@ -28,7 +28,7 @@ meta = with stdenv.lib; {

 description = "Detailed map of Khibins and Lovozero for GPS";

 homepage = "https://vk.com/hiblovgpsmap";

 license = licenses.free;

 platforms = platforms.all;

 skip.ci = true;

};

diff --git a/pkgs/data/maps/maptourist/default.nix b/pkgs/data/maps/maptourist/default.nix

index 0a55f46049c525b59cd9578a348b378744b42b4b..bc41057d44a2798e95f2264439aaae37f2972143 100644

--- a/pkgs/data/maps/maptourist/default.nix

+++ b/pkgs/data/maps/maptourist/default.nix

@@ -17,7 +17,7 @@

meta = with stdenv.lib; {

 inherit (sources.maptourist) description homepage;

 license = licenses.free;

 platforms = platforms.all;

 skip.ci = true;

};

diff --git a/pkgs/data/maps/mtk-suomi/default.nix b/pkgs/data/maps/mtk-suomi/default.nix

index b34e27e860cd904a4eb9b9608a2676080ad01a28..441dd0ce0853974f7389f4f1231131ee428b1b01 100644

--- a/pkgs/data/maps/mtk-suomi/default.nix

+++ b/pkgs/data/maps/mtk-suomi/default.nix

@@ -16,7 +16,7 @@

meta = with stdenv.lib; {

 inherit (sources.mtk-suomi) description homepage;

 license = licenses.free;

 platforms = platforms.all;

 skip.ci = true;

};

diff --git a/pkgs/data/maps/opentopomap/default.nix b/pkgs/data/maps/opentopomap/default.nix

index 4d9be7970d7bce1b91a992a80f8dd9bcf94c765f..661aba5cee77ac00c98deb3414d5dd425e456c11 100644

--- a/pkgs/data/maps/opentopomap/default.nix

+++ b/pkgs/data/maps/opentopomap/default.nix

@@ -24,7 +24,7 @@ meta = with stdenv.lib; {

 description = "OpenTopoMap Garmin Edition";

 homepage = "http://garmin.opentopomap.org/";

 license = licenses.cc-by-nc-sa-40;

 platforms = platforms.all;

 skip.ci = true;

};

diff --git a/pkgs/data/maps/qmapshack-dem/default.nix b/pkgs/data/maps/qmapshack-dem/default.nix

index 6b94b55fd5b49c8eedd81e727c02f7aaadb8c755..d2a7154baf265ffaf6b03b3573346d4364116017 100644

--- a/pkgs/data/maps/qmapshack-dem/default.nix

+++ b/pkgs/data/maps/qmapshack-dem/default.nix

@@ -53,7 +53,7 @@ meta = with stdenv.lib; {

 description = "Digital Elevation Data";

 homepage = "http://www.viewfinderpanoramas.org/";

 license = licenses.free;

 platforms = platforms.all;

 skip.ci = true;

};

diff --git a/pkgs/data/maps/qmapshack-onlinemaps/default.nix b/pkgs/data/maps/qmapshack-onlinemaps/default.nix

index 0ea8119e7dc52aa76ed423bcf0f7c8563e0daee6..2333c5def22c4317bac68ba0dfb48cb81d2898d0 100644

--- a/pkgs/data/maps/qmapshack-onlinemaps/default.nix

+++ b/pkgs/data/maps/qmapshack-onlinemaps/default.nix

@@ -19,7 +19,7 @@ meta = with stdenv.lib; {

 description = "Onlinekarten einbinden";

 homepage = "http://www.mtb-touring.net/qms/onlinekarten-einbinden/";

 license = licenses.free;

 platforms = platforms.all;

 skip.ci = true;

};

diff --git a/pkgs/data/maps/qmapshack-routinodb/default.nix b/pkgs/data/maps/qmapshack-routinodb/default.nix

index 63b3e13b8dd1c1bae43849d0aca10c41b3231c01..5db5c3b9889efb621151d4ecf921774025df7c96 100644

--- a/pkgs/data/maps/qmapshack-routinodb/default.nix

+++ b/pkgs/data/maps/qmapshack-routinodb/default.nix

@@ -37,7 +37,7 @@ meta = with stdenv.lib; {

 description = "Routino Database";

 homepage = "https://download.geofabrik.de/index.html";

 license = licenses.free;

 platforms = platforms.all;

 skip.ci = true;

};

diff --git a/pkgs/data/maps/slazav/hr.nix b/pkgs/data/maps/slazav/hr.nix

index 8485fbb1a160ee69582b27625bba0a5fc7da9b05..5cd95d5911854a92da0cd51db8c2ca921b1b1234 100644

--- a/pkgs/data/maps/slazav/hr.nix

+++ b/pkgs/data/maps/slazav/hr.nix

@@ -41,7 +41,7 @@

meta = with stdenv.lib; {

 inherit (sources.map-hr) description homepage;

 license = licenses.free;

 platforms = platforms.all;

 skip.ci = true;

};

diff --git a/pkgs/data/maps/slazav/podm.nix b/pkgs/data/maps/slazav/podm.nix

index cc7b9d17055c853f07d06027aecc26a9003323f1..cef394b31574c3e9fc9e320c730913401ac13c24 100644

--- a/pkgs/data/maps/slazav/podm.nix

+++ b/pkgs/data/maps/slazav/podm.nix

@@ -39,7 +39,7 @@

meta = with stdenv.lib; {

 inherit (sources.map-podm) description homepage;

 license = licenses.free;

 platforms = platforms.all;

 skip.ci = true;

};

diff --git a/pkgs/data/themes/goldendict-themes/dark-theme.nix b/pkgs/data/themes/goldendict-themes/dark-theme.nix

index d34d5300364718e8b9d41d4fc0bb64bb55a671a4..48297c8c26709869415e15fcaf0c425f2309b17f 100644

--- a/pkgs/data/themes/goldendict-themes/dark-theme.nix

+++ b/pkgs/data/themes/goldendict-themes/dark-theme.nix

@@ -21,7 +21,7 @@ meta = with stdenv.lib; {

 description = "GoldenDict Dark Theme";

 homepage = "https://gist.github.com/ilius/5a2f35c79775267fbdb249493c041453";

 license = licenses.free;

 platforms = platforms.all;

 skip.ci = true;

};

diff --git a/pkgs/data/themes/qtpbfimageplugin-styles/default.nix b/pkgs/data/themes/qtpbfimageplugin-styles/default.nix

index 097e544eacf298c95618887e7c608cbb3c5412f3..89daf46f4f7b59fb933b82c28db3e938200f6950 100644

--- a/pkgs/data/themes/qtpbfimageplugin-styles/default.nix

+++ b/pkgs/data/themes/qtpbfimageplugin-styles/default.nix

@@ -18,7 +18,7 @@

meta = with stdenv.lib; {

 inherit (sources.qtpbfimageplugin-styles) description homepage;

 license = licenses.free;

 platforms = platforms.all;

 skip.ci = true;

};

diff --git a/pkgs/development/libraries/foma/default.nix b/pkgs/development/libraries/foma/default.nix

index 0bf4288ad76cf16bb70c6ee5d7006bd543ed427f..7c7423982c148547f34b65b9d78adc62869de165 100644

--- a/pkgs/development/libraries/foma/default.nix

+++ b/pkgs/development/libraries/foma/default.nix

@@ -25,7 +25,7 @@

meta = with stdenv.lib; {

 inherit (sources.foma) description homepage;

 license = licenses.asl20;

 platforms = platforms.unix;

};

}

diff --git a/pkgs/development/libraries/geographiclib/default.nix b/pkgs/development/libraries/geographiclib/default.nix

index 59180b04ee123707baf1be3097304380f2fb359f..8783a21f9605ff87911cc335c043157a6075572a 100644

--- a/pkgs/development/libraries/geographiclib/default.nix

+++ b/pkgs/development/libraries/geographiclib/default.nix

@@ -15,7 +15,7 @@ meta = with stdenv.lib; {

 description = "GeographicLib offers a C++ interfaces to a small (but important!) set of geographic transformations";

 homepage = "http://geographiclib.sourceforge.io/";

 license = licenses.mit;

 platforms = platforms.linux;

 skip.ci = stdenv.isDarwin;

};

diff --git a/pkgs/development/libraries/gpxlib/default.nix b/pkgs/development/libraries/gpxlib/default.nix

index 1be20d3734082c3f8fcc517957905b67db61c412..10f6e677341abbdffcc18eea970cacce0d04790f 100644

--- a/pkgs/development/libraries/gpxlib/default.nix

+++ b/pkgs/development/libraries/gpxlib/default.nix

@@ -15,7 +15,7 @@

meta = with stdenv.lib; {

 inherit (sources.gpxlib) description homepage;

 license = licenses.lgpl3;

 platforms = platforms.unix;

};

}

diff --git a/pkgs/development/libraries/hfst/default.nix b/pkgs/development/libraries/hfst/default.nix

index e644d373970edbfab45cc5e14d3f004089020328..936a91fbc94748b0200931de543d2f0cdccd068f 100644

--- a/pkgs/development/libraries/hfst/default.nix

+++ b/pkgs/development/libraries/hfst/default.nix

@@ -13,7 +13,7 @@

meta = with stdenv.lib; {

 inherit (sources.hfst) description homepage;

 license = licenses.gpl3;

 platforms = platforms.unix;

};

}

diff --git a/pkgs/development/libraries/libgarmin/default.nix b/pkgs/development/libraries/libgarmin/default.nix

index 034f24bdd5d0956508df4f78faeaa223e3742a58..81c98bba1578f27e9fc67c576635c90c870cbef2 100644

--- a/pkgs/development/libraries/libgarmin/default.nix

+++ b/pkgs/development/libraries/libgarmin/default.nix

@@ -23,7 +23,7 @@ meta = with stdenv.lib; {

 description = "Garmin IMG format library";

 homepage = "http://libgarmin.sourceforge.net/";

 license = licenses.gpl2;

 platforms = platforms.linux;

 skip.ci = stdenv.isDarwin;

};

diff --git a/pkgs/development/libraries/libshell/default.nix b/pkgs/development/libraries/libshell/default.nix

index bbdaab9e3c8d9b15f1852da728711247cc8d18d9..90e42617b8483ec2bde8125cf3228b746c0a3a25 100644

--- a/pkgs/development/libraries/libshell/default.nix

+++ b/pkgs/development/libraries/libshell/default.nix

@@ -39,7 +39,7 @@

meta = with stdenv.lib; {

 inherit (sources.libshell) description homepage;

 license = licenses.gpl2;

 platforms = platforms.all;

 skip.ci = stdenv.isDarwin;

};

diff --git a/pkgs/development/python-modules/cheetah3/default.nix b/pkgs/development/python-modules/cheetah3/default.nix

index 8c04407f4e85aa54a28f5269c57d01c99aea90af..1e7a000c791f8f71d0e10a761dd847e9a153b58f 100644

--- a/pkgs/development/python-modules/cheetah3/default.nix

+++ b/pkgs/development/python-modules/cheetah3/default.nix

@@ -19,7 +19,7 @@

meta = with lib; {

 inherit (sources.cheetah3) description homepage;

 license = licenses.mit;

 platforms = platforms.unix;

};

}

diff --git a/pkgs/development/python-modules/gpxelevations/default.nix b/pkgs/development/python-modules/gpxelevations/default.nix

index d9203596fffcd302a64b75e2891a012cb2e562e4..71e879d59aa9dbe8a28321388f7ac73d15a34b80 100644

--- a/pkgs/development/python-modules/gpxelevations/default.nix

+++ b/pkgs/development/python-modules/gpxelevations/default.nix

@@ -26,7 +26,7 @@

meta = with lib; {

 inherit (sources.gpxelevations) description homepage;

 license = licenses.asl20;

 platforms = platforms.unix;

};

}

diff --git a/pkgs/development/python-modules/jsonseq/default.nix b/pkgs/development/python-modules/jsonseq/default.nix

index bd1290b562d41b4644211737cbb858e9e6af50b7..0edfdce0cafa2524f3fa526b43e8e7a23de94802 100644

--- a/pkgs/development/python-modules/jsonseq/default.nix

+++ b/pkgs/development/python-modules/jsonseq/default.nix

@@ -11,7 +11,7 @@

meta = with lib; {

 inherit (sources.jsonseq) description homepage;

 license = licenses.mit;

 platforms = platforms.unix;

};

}

diff --git a/pkgs/development/python-modules/mercantile/default.nix b/pkgs/development/python-modules/mercantile/default.nix

index 9b42963bc1c692ed505f775003242184c4296143..95b8491192c5380a2a464b24e4b5f469e057b98a 100644

--- a/pkgs/development/python-modules/mercantile/default.nix

+++ b/pkgs/development/python-modules/mercantile/default.nix

@@ -15,7 +15,7 @@

meta = with lib; {

 inherit (sources.mercantile) description homepage;

 license = licenses.bsd3;

 platforms = platforms.unix;

};

}

diff --git a/pkgs/development/python-modules/mikatools/default.nix b/pkgs/development/python-modules/mikatools/default.nix

index 634ce6ea2e8177d0b8349b5412b347fed8078d18..9ced554e3fa66aaf38dcb2006453193fbd4f26b4 100644

--- a/pkgs/development/python-modules/mikatools/default.nix

+++ b/pkgs/development/python-modules/mikatools/default.nix

@@ -13,7 +13,7 @@

meta = with lib; {

 inherit (sources.mikatools) description homepage;

 license = licenses.mit;

 platforms = platforms.unix;

};

}

diff --git a/pkgs/development/python-modules/pyephem/default.nix b/pkgs/development/python-modules/pyephem/default.nix

index 19392bb976d108f3f447660dfd67a2a059205656..63f487b94a430bc98ff64e3fc47d1e9203d2cacf 100644

--- a/pkgs/development/python-modules/pyephem/default.nix

+++ b/pkgs/development/python-modules/pyephem/default.nix

@@ -11,7 +11,7 @@

meta = with lib; {

 inherit (sources.pyephem) description homepage;

 license = licenses.lgpl3;

 platforms = platforms.unix;

};

}

diff --git a/pkgs/development/python-modules/pymbtiles/default.nix b/pkgs/development/python-modules/pymbtiles/default.nix

index 3b094e771ad5090896281be33060d3a61ea54bc0..94b84ca1d1b7852158f928c711750ef9fabe255c 100644

--- a/pkgs/development/python-modules/pymbtiles/default.nix

+++ b/pkgs/development/python-modules/pymbtiles/default.nix

@@ -13,7 +13,7 @@

meta = with lib; {

 inherit (sources.pymbtiles) description homepage;

 license = licenses.isc;

 platforms = platforms.unix;

};

}

diff --git a/pkgs/development/python-modules/python-hfst/default.nix b/pkgs/development/python-modules/python-hfst/default.nix

index 3b86f45533d53d852267adb650238e2dbf42dabf..6e82db79269c49a096d4ac6dfe2243597bc1b41d 100644

--- a/pkgs/development/python-modules/python-hfst/default.nix

+++ b/pkgs/development/python-modules/python-hfst/default.nix

@@ -14,7 +14,7 @@ meta = with lib; {

 description = "Python bindings for HFST";

 homepage = "https://github.com/hfst/python/wiki";

 license = hfst.meta.license;

 platforms = platforms.unix;

};

}

diff --git a/pkgs/development/tools/gef/default.nix b/pkgs/development/tools/gef/default.nix

index 59e159d9c1425c549bcb6c37455dd96bb2d90e17..4733c4a32ab98e25a670d6911a79f1821b271465 100644

--- a/pkgs/development/tools/gef/default.nix

+++ b/pkgs/development/tools/gef/default.nix

@@ -55,6 +55,6 @@ meta = with stdenv.lib; {

 inherit (sources.gef) description homepage;

 license = licenses.mit;

 platforms = platforms.all;

};

}

diff --git a/pkgs/embox/default.nix b/pkgs/embox/default.nix

index 7f1345e7edeb872143f8c575d6795f63c9dcd128..8a8350e29025a86e90a727ab7573921198ecd5e9 100644

--- a/pkgs/embox/default.nix

+++ b/pkgs/embox/default.nix

@@ -66,8 +66,8 @@

meta = with stdenv.lib; {

 inherit (sources.embox) description homepage;

 license = licenses.bsd2;

 skip.ci = true;

};

}

diff --git a/pkgs/servers/geminid/default.nix b/pkgs/servers/geminid/default.nix

index 024edd4549c8c01e4ee909ffb375ded6d8ef088a..d6b1832acd1b2ddc455b218603b6e5fe16959186 100644

--- a/pkgs/servers/geminid/default.nix

+++ b/pkgs/servers/geminid/default.nix

@@ -21,7 +21,7 @@

meta = with stdenv.lib; {

 inherit (sources.geminid) description homepage;

 license = licenses.bsd3;

};

}

diff --git a/pkgs/servers/glauth/default.nix b/pkgs/servers/glauth/default.nix

index c1f15152a6eb43515d9b3d596c52d2da3f506edf..537880f90bbfb2a0a50d01b21234c725975c529a 100644

--- a/pkgs/servers/glauth/default.nix

+++ b/pkgs/servers/glauth/default.nix

@@ -24,7 +24,7 @@

meta = with lib; {

 inherit (sources.glauth) description homepage;

 license = licenses.mit;

 platforms = platforms.unix;

};

}

diff --git a/pkgs/servers/mbtileserver/default.nix b/pkgs/servers/mbtileserver/default.nix

index f8b33b5ea43614d805c9d31010698b19ddc1b5b5..08b47ae50cdf64e2462294e2b6f3358f0f4c4588 100644

--- a/pkgs/servers/mbtileserver/default.nix

+++ b/pkgs/servers/mbtileserver/default.nix

@@ -13,7 +13,7 @@

meta = with lib; {

 inherit (sources.mbtileserver) description homepage;

 license = licenses.isc;

 platforms = platforms.unix;

};

}

diff --git a/pkgs/servers/nakarte/default.nix b/pkgs/servers/nakarte/default.nix

index 6ac1a59514ee36af89d8ef70ae330fdee1810bcb..1c42b3ece4516f5ea92d3c8863051e0dc2867acd 100644

--- a/pkgs/servers/nakarte/default.nix

+++ b/pkgs/servers/nakarte/default.nix

@@ -26,7 +26,7 @@

meta = with stdenv.lib; {

 inherit (sources.nakarte) description homepage;

 license = licenses.mit;

 platforms = platforms.all;

 broken = true; # error while evaluating 'importJSON', only on NUR CI

};

diff --git a/pkgs/servers/pg_tileserv/default.nix b/pkgs/servers/pg_tileserv/default.nix

index aced81806a0a2bba9932e824d4c98224056e4433..04ad0c88b247f751e2242fa5bab44a9fe3764978 100644

--- a/pkgs/servers/pg_tileserv/default.nix

+++ b/pkgs/servers/pg_tileserv/default.nix

@@ -13,7 +13,7 @@

meta = with lib; {

 inherit (sources.pg-tileserv) description homepage;

 license = licenses.asl20;

 platforms = platforms.unix;

};

}

diff --git a/pkgs/servers/shavit/default.nix b/pkgs/servers/shavit/default.nix

index 23c6db8a63510cc10f88bacb9e5f5c216676a8ec..4cd1c8cceb0c2f2fcc4bef78dc08ea75e5622250 100644

--- a/pkgs/servers/shavit/default.nix

+++ b/pkgs/servers/shavit/default.nix

@@ -16,7 +16,7 @@ meta = with lib; {

 description = "Gemini server";

 homepage = "https://git.sr.ht/~yotam/shavit";

 license = licenses.agpl3;

 platforms = platforms.unix;

};

}

diff --git a/pkgs/tools/audio/musig/default.nix b/pkgs/tools/audio/musig/default.nix

index 15e2c31b2b08ba6ff0b1793c3739b2a674dc1d53..0dbbd4ca1787750b21822960c002babc737410b5 100644

--- a/pkgs/tools/audio/musig/default.nix

+++ b/pkgs/tools/audio/musig/default.nix

@@ -22,7 +22,7 @@

meta = with lib; {

 inherit (sources.musig) description homepage;

 license = licenses.mit;

 platforms = platforms.unix;

};

}

diff --git a/pkgs/tools/cfiles/default.nix b/pkgs/tools/cfiles/default.nix

index 3f1041eb7ec77b62f07972ae6d0b6beef5ed7d41..e6c7f5cee74e3d7cda5a6a589ae9976718ed15f4 100644

--- a/pkgs/tools/cfiles/default.nix

+++ b/pkgs/tools/cfiles/default.nix

@@ -26,7 +26,7 @@

meta = with stdenv.lib; {

 inherit (sources.cfiles) description homepage;

 license = licenses.mit;

};

}

diff --git a/pkgs/tools/dict/gt-bash-client/default.nix b/pkgs/tools/dict/gt-bash-client/default.nix

index 79c1109bd746a69155887f8ebd3be873a1bd9444..06d08ea7f1ecfc969d016c92da6b4f3c325fe8f0 100644

--- a/pkgs/tools/dict/gt-bash-client/default.nix

+++ b/pkgs/tools/dict/gt-bash-client/default.nix

@@ -15,7 +15,7 @@

meta = with stdenv.lib; {

 inherit (sources.gt-bash-client) description homepage;

 license = licenses.mit;

 platforms = platforms.all;

 skip.ci = true;

};

diff --git a/pkgs/tools/dict/gt4gd/default.nix b/pkgs/tools/dict/gt4gd/default.nix

index 546a3d55b54c3ce59eabe9fee6c7a91df06e66de..8ebe53109a87837734f09b6bb1e02dccade96cac 100644

--- a/pkgs/tools/dict/gt4gd/default.nix

+++ b/pkgs/tools/dict/gt4gd/default.nix

@@ -18,7 +18,7 @@

meta = with lib; {

 inherit (sources.gt4gd) description homepage;

 license = licenses.gpl3;

 platforms = platforms.unix;

};

}

diff --git a/pkgs/tools/dict/lsdreader/default.nix b/pkgs/tools/dict/lsdreader/default.nix

index f4b0597b930ccea0acbd9128f2d0da27e574eb44..44995d1ae7eda2286fd499762211139fec5b2c8d 100644

--- a/pkgs/tools/dict/lsdreader/default.nix

+++ b/pkgs/tools/dict/lsdreader/default.nix

@@ -13,7 +13,7 @@

meta = with lib; {

 inherit (sources.lsdreader) description homepage;

 license = licenses.free;

 platforms = platforms.unix;

};

}

diff --git a/pkgs/tools/dict/odict/default.nix b/pkgs/tools/dict/odict/default.nix

index 22d2a5fe20cda342501b9be5360119451a2f8a0f..4f16ee0cd73d54b7b8efd8268b5aeddcc21025f3 100644

--- a/pkgs/tools/dict/odict/default.nix

+++ b/pkgs/tools/dict/odict/default.nix

@@ -13,7 +13,7 @@

meta = with lib; {

 inherit (sources.odict) description homepage;

 license = licenses.gpl3;

 platforms = platforms.unix;

};

}

diff --git a/pkgs/tools/dict/stardict-tools/default.nix b/pkgs/tools/dict/stardict-tools/default.nix

index 9ba80b0567a010aaa9a0dabf61cc7f06982288bf..30237ccae110e45ea747bf241a1beeeade9e8f6e 100644

--- a/pkgs/tools/dict/stardict-tools/default.nix

+++ b/pkgs/tools/dict/stardict-tools/default.nix

@@ -57,7 +57,7 @@

meta = with stdenv.lib; {

 inherit (sources.stardict-3) description homepage;

 license = licenses.gpl3;

};

}

diff --git a/pkgs/tools/docker-reg-tool/default.nix b/pkgs/tools/docker-reg-tool/default.nix

index c9add0932da2efaca984c35bf5718f5b31c9edaf..f93adab286a54165eaba4e35616e76a814bc2c44 100644

--- a/pkgs/tools/docker-reg-tool/default.nix

+++ b/pkgs/tools/docker-reg-tool/default.nix

@@ -15,7 +15,7 @@

meta = with stdenv.lib; {

 inherit (sources.docker-reg-tool) description homepage;

 license = licenses.mit;

 platforms = platforms.all;

};

}

diff --git a/pkgs/tools/geo/cgpsmapper/default.nix b/pkgs/tools/geo/cgpsmapper/default.nix

index 08e55aa75395188f371cda1217aae21c083fc985..412519587ff7797c6aae5bc134470eaafdc522eb 100644

--- a/pkgs/tools/geo/cgpsmapper/default.nix

+++ b/pkgs/tools/geo/cgpsmapper/default.nix

@@ -22,7 +22,7 @@ meta = with stdenv.lib; {

 description = "GIS converter into GARMIN compatible format maps";

 homepage = "https://web.archive.org/web/20160620061746if_/http://www.cgpsmapper.com";

 license = licenses.free;

 platforms = [ "i686-linux" "x86_64-linux" ];

 skip.ci = true;

};

diff --git a/pkgs/tools/geo/datamaps/default.nix b/pkgs/tools/geo/datamaps/default.nix

index 686a9821d0c2f865ff2c01ccec5318082749eede..7568426a70e3e5d61775209e70c9679811424027 100644

--- a/pkgs/tools/geo/datamaps/default.nix

+++ b/pkgs/tools/geo/datamaps/default.nix

@@ -23,7 +23,7 @@

meta = with stdenv.lib; {

 inherit (sources.datamaps) description homepage;

 license = licenses.bsd2;

};

}

diff --git a/pkgs/tools/geo/elevation/default.nix b/pkgs/tools/geo/elevation/default.nix

index 106ad861765a2bddc8ba8777f8b26b288e6c7bed..aaeb9f1b0eaad7859b481d2aeda1a5facb772dc7 100644

--- a/pkgs/tools/geo/elevation/default.nix

+++ b/pkgs/tools/geo/elevation/default.nix

@@ -39,7 +39,7 @@

meta = with lib; {

 inherit (sources.elevation) description homepage;

 license = licenses.asl20;

 platforms = platforms.unix;

};

}

diff --git a/pkgs/tools/geo/gimgtools/default.nix b/pkgs/tools/geo/gimgtools/default.nix

index 95e241440a172545896379f5c43222d83fde148e..354be0679ad1ac59a18ef0b90796b6d52225fcbf 100644

--- a/pkgs/tools/geo/gimgtools/default.nix

+++ b/pkgs/tools/geo/gimgtools/default.nix

@@ -24,7 +24,7 @@

meta = with stdenv.lib; {

 inherit (sources.gimgtools) description homepage;

 license = licenses.free;

};

}

diff --git a/pkgs/tools/geo/gmaptool/default.nix b/pkgs/tools/geo/gmaptool/default.nix

index 4915a9e18335f226e3d68cb22d64d11273807424..4b4c90e706157d505bf772191d4553ea7ae746dc 100644

--- a/pkgs/tools/geo/gmaptool/default.nix

+++ b/pkgs/tools/geo/gmaptool/default.nix

@@ -22,7 +22,7 @@ meta = with stdenv.lib; {

 description = "Program for splitting and merging maps in Garmin format";

 homepage = "https://www.gmaptool.eu";

 license = licenses.cc-by-sa-30;

 platforms = [ "i686-linux" "x86_64-linux" ];

 skip.ci = true;

};

diff --git a/pkgs/tools/geo/gpx-layer/default.nix b/pkgs/tools/geo/gpx-layer/default.nix

index 4b0fefd1e32de0726c58f352b7cc81f8efbb16ec..5a50080717ec8102c319ce8ab37771179972ec34 100644

--- a/pkgs/tools/geo/gpx-layer/default.nix

+++ b/pkgs/tools/geo/gpx-layer/default.nix

@@ -27,7 +27,7 @@

meta = with stdenv.lib; {

 inherit (sources.gpx-layer) description homepage;

 license = licenses.free;

 platforms = platforms.unix;

};

}

diff --git a/pkgs/tools/geo/gpxtools/default.nix b/pkgs/tools/geo/gpxtools/default.nix

index 0598739428473c98b8ee30f516d98fdfa5073537..e4822b05ebfa949fe29468378cbdc4ddaee7affa 100644

--- a/pkgs/tools/geo/gpxtools/default.nix

+++ b/pkgs/tools/geo/gpxtools/default.nix

@@ -20,7 +20,7 @@

meta = with stdenv.lib; {

 inherit (sources.gpxtools) description homepage;

 license = licenses.gpl3;

};

}

diff --git a/pkgs/tools/geo/imgdecode/default.nix b/pkgs/tools/geo/imgdecode/default.nix

index d93c3e9946b54b5cea806bfde679973386bbfc68..f59204f5732793c003d88070f0ff134f2f3c91cf 100644

--- a/pkgs/tools/geo/imgdecode/default.nix

+++ b/pkgs/tools/geo/imgdecode/default.nix

@@ -26,7 +26,7 @@ meta = with stdenv.lib; {

 description = "IMG Decoder";

 homepage = "https://sourceforge.net/projects/garmin-img/";

 license = licenses.bsd3;

 platforms = platforms.linux;

 skip.ci = stdenv.isDarwin;

};

diff --git a/pkgs/tools/geo/ocad2img/default.nix b/pkgs/tools/geo/ocad2img/default.nix

index 13fbe9b1fb23d2a05cc1540c8661933d0a62d895..1d9bfa266afafef0842387dfa1d8f372569eeb71 100644

--- a/pkgs/tools/geo/ocad2img/default.nix

+++ b/pkgs/tools/geo/ocad2img/default.nix

@@ -42,7 +42,7 @@ meta = with stdenv.lib; {

 description = "Converter from OCAD map format to Garmin format";

 homepage = "http://news.worldofo.com/2009/10/11/howto-convert-any-orienteering-map-to-a-garmin-map/";

 license = licenses.gpl3;

 platforms = platforms.linux;

 skip.ci = stdenv.isDarwin;

};

diff --git a/pkgs/tools/geo/ocad2mp/default.nix b/pkgs/tools/geo/ocad2mp/default.nix

index 4002b524ae5f00ebc22d2fcda4b092b11324ef98..9d8dfbf5956d73b5b995db22dff0553c19eeb22c 100644

--- a/pkgs/tools/geo/ocad2mp/default.nix

+++ b/pkgs/tools/geo/ocad2mp/default.nix

@@ -38,7 +38,7 @@ meta = with stdenv.lib; {

 description = "Converter from OCAD map format to Polish format";

 homepage = "https://sourceforge.net/projects/ocad2mp/";

 license = licenses.gpl2;

};

}

diff --git a/pkgs/tools/geo/openmtbmap/default.nix b/pkgs/tools/geo/openmtbmap/default.nix

index 245c626f8296314e057b64e30bff415ac36c5503..e409df99554b5adf4d65b9d245b3e9c753292c84 100644

--- a/pkgs/tools/geo/openmtbmap/default.nix

+++ b/pkgs/tools/geo/openmtbmap/default.nix

@@ -22,7 +22,7 @@

meta = with stdenv.lib; {

 inherit (sources.openmtbmap) description homepage;

 license = licenses.free;

 platforms = platforms.all;

 skip.ci = true;

};

diff --git a/pkgs/tools/geo/osm2mp/default.nix b/pkgs/tools/geo/osm2mp/default.nix

index f3cf293e7bdac349cd26bb2d6bfb0e9ee8504800..e260e61d13c55ed79596ec5ca5c42322e566bb67 100644

--- a/pkgs/tools/geo/osm2mp/default.nix

+++ b/pkgs/tools/geo/osm2mp/default.nix

@@ -69,7 +69,7 @@

meta = with stdenv.lib; {

 inherit (sources.osm2mp) description homepage;

 license = licenses.gpl2;

 platforms = platforms.unix;

};

}

diff --git a/pkgs/tools/geo/sendmap20/default.nix b/pkgs/tools/geo/sendmap20/default.nix

index 58e0e1b6772e8a489764c81b59a3085f86a77a82..dced7570572dea31055cf34262b06bad92cb764c 100644

--- a/pkgs/tools/geo/sendmap20/default.nix

+++ b/pkgs/tools/geo/sendmap20/default.nix

@@ -22,7 +22,7 @@ meta = with stdenv.lib; {

 description = "Software for uploading maps to your GPS";

 homepage = "https://web.archive.org/web/20160620061746if_/http://www.cgpsmapper.com";

 license = licenses.free;

 platforms = [ "i686-linux" "x86_64-linux" ];

 skip.ci = true;

};

diff --git a/pkgs/tools/geo/supermercado/default.nix b/pkgs/tools/geo/supermercado/default.nix

index 291da1bfa228371f7c7882e646fa3d2463baf3ef..38279191f978e1caf96f59c563394606e02d9b89 100644

--- a/pkgs/tools/geo/supermercado/default.nix

+++ b/pkgs/tools/geo/supermercado/default.nix

@@ -19,7 +19,7 @@

meta = with lib; {

 inherit (sources.supermercado) description homepage;

 license = licenses.mit;

 platforms = platforms.unix;

};

}

diff --git a/pkgs/tools/geo/tilesets-cli/default.nix b/pkgs/tools/geo/tilesets-cli/default.nix

index 23e974cf6be39c2f773bf1fdd6541e85d6d9f025..678df5ff1cdc4e04959cc6f66a76d18f8f90c848 100644

--- a/pkgs/tools/geo/tilesets-cli/default.nix

+++ b/pkgs/tools/geo/tilesets-cli/default.nix

@@ -13,7 +13,7 @@

meta = with lib; {

 inherit (sources.tilesets-cli) description homepage;

 license = licenses.bsd2;

 platforms = platforms.unix;

};

}

diff --git a/pkgs/tools/geo/tpkutils/default.nix b/pkgs/tools/geo/tpkutils/default.nix

index fb63ae4f65c15728681a0ee5633ee308a872dba4..0984f886fd5358dafab8ed75b0df70fcdaad0247 100644

--- a/pkgs/tools/geo/tpkutils/default.nix

+++ b/pkgs/tools/geo/tpkutils/default.nix

@@ -15,7 +15,7 @@

meta = with lib; {

 inherit (sources.tpkutils) description homepage;

 license = licenses.isc;

 platforms = platforms.unix;

};

}

diff --git a/pkgs/tools/i18n-editor/default.nix b/pkgs/tools/i18n-editor/default.nix

index d3d795786e1032637c2149e39974c55e5f374cca..951d96d5581d2ead07b90bd86737e46e62569c7c 100644

--- a/pkgs/tools/i18n-editor/default.nix

+++ b/pkgs/tools/i18n-editor/default.nix

@@ -30,7 +30,7 @@ meta = with stdenv.lib; {

 description = "GUI for editing your i18n translation files";

 homepage = "https://github.com/jcbvm/i18n-editor";

 license = licenses.mit;

 platforms = platforms.unix;

 skip.ci = true;

};

diff --git a/pkgs/tools/morse-talk/default.nix b/pkgs/tools/morse-talk/default.nix

index f2a53132b050f6abf284b6e1eca3e0f089933822..cfd8b7246ecbd2ef790af0ef0d9aaf37a9704467 100644

--- a/pkgs/tools/morse-talk/default.nix

+++ b/pkgs/tools/morse-talk/default.nix

@@ -16,7 +16,7 @@

meta = with lib; {

 inherit (sources.morse-talk) description homepage;

 license = licenses.gpl2;

 platforms = platforms.unix;

};

}

diff --git a/pkgs/tools/networking/ish/default.nix b/pkgs/tools/networking/ish/default.nix

index d613b8c34adaf2ba29ded8ee455a3b3a25b2c41f..c5681a89e49e58200551c4f1f6263814c17b4ede 100644

--- a/pkgs/tools/networking/ish/default.nix

+++ b/pkgs/tools/networking/ish/default.nix

@@ -25,7 +25,7 @@ meta = with stdenv.lib; {

 description = "ICMP Shell";

 homepage = "http://icmpshell.sourceforge.net";

 license = licenses.free;

 platforms = platforms.linux;

 skip.ci = stdenv.isDarwin;

};

diff --git a/pkgs/tools/networking/ptunnel/default.nix b/pkgs/tools/networking/ptunnel/default.nix

index 91d01f4d25bd9fb4a7a50b4782e57cf99ac13eee..4e7c1bf0141ef2178b84ebcf7e18433d2061156e 100644

--- a/pkgs/tools/networking/ptunnel/default.nix

+++ b/pkgs/tools/networking/ptunnel/default.nix

@@ -19,7 +19,7 @@ meta = with stdenv.lib; {

 description = "A tool for reliably tunneling TCP connections over ICMP echo request and reply packets";

 homepage = "https://www.cs.uit.no/~daniels/PingTunnel";

 license = licenses.bsd3;

 platforms = platforms.linux;

 skip.ci = stdenv.isDarwin;

};

diff --git a/pkgs/tools/supload/default.nix b/pkgs/tools/supload/default.nix

index 5b73ec5fb815c348fbf6dd00e827172a886d4f18..11e6f034124e88cb7a8b9f58eb203ab747e0bc28 100644

--- a/pkgs/tools/supload/default.nix

+++ b/pkgs/tools/supload/default.nix

@@ -27,7 +27,7 @@

meta = with stdenv.lib; {

 inherit (sources.supload) description homepage;

 license = licenses.gpl3;

 platforms = platforms.unix;

};

}

diff --git a/pkgs/tools/text/csvquote/default.nix b/pkgs/tools/text/csvquote/default.nix

index a068622ad2d1e650d9537e5bd25cd5c216d49af4..3430547f0a73e2c3c8a076bc99eef3921a647e18 100644

--- a/pkgs/tools/text/csvquote/default.nix

+++ b/pkgs/tools/text/csvquote/default.nix

@@ -15,7 +15,7 @@

meta = with stdenv.lib; {

 inherit (sources.csvquote) description homepage;

 license = licenses.mit;

};

}

diff --git a/pkgs/tools/text/csvtools/default.nix b/pkgs/tools/text/csvtools/default.nix

index 9458344894c0f267eacdee7e0e0906b9d0f644b0..5f084ead5b36ca1294e142dcf6dca0747222c40c 100644

--- a/pkgs/tools/text/csvtools/default.nix

+++ b/pkgs/tools/text/csvtools/default.nix

@@ -23,7 +23,7 @@

meta = with stdenv.lib; {

 inherit (sources.csvtools) description homepage;

 license = licenses.mit;

};

}

diff --git a/pkgs/tools/text/fx/default.nix b/pkgs/tools/text/fx/default.nix

index 69a7e2ae44fe83895c16682133af8ebe267a683e..e91654afe232343af1c7990132a8f028452171b8 100644

--- a/pkgs/tools/text/fx/default.nix

+++ b/pkgs/tools/text/fx/default.nix

@@ -44,7 +44,7 @@ meta = with stdenv.lib; {

 description = "Command-line tool and terminal JSON viewer";

 homepage = "https://github.com/antonmedv/fx";

 license = licenses.mit;

 platforms = [ "x86_64-linux" "x86_64-darwin" ];

 skip.ci = true;

};

diff --git a/pkgs/tools/xfractint/default.nix b/pkgs/tools/xfractint/default.nix

index 06a0469ee08f315930d8c6756606b25c725beefd..7c757f3f9ba875efb75fe5874c633db814e00772 100644

--- a/pkgs/tools/xfractint/default.nix

+++ b/pkgs/tools/xfractint/default.nix

@@ -25,7 +25,7 @@ meta = with stdenv.lib; {

 description = "Fractal generator";

 homepage = "https://fractint.org/";

 license = licenses.free;

 platforms = platforms.linux;

 skip.ci = true;

};

Proxy Information
Original URL
gemini://git.sikmir.ru/nur-packages/commits/8d3463dd7a9365aadf6b9fc4ca00e966797b3dc9.patch
Status Code
Success (20)
Meta
application/octet-stream
Capsule Response Time
200.251423 milliseconds
Gemini-to-HTML Time
15.5021 milliseconds

This content has been proxied by September (3851b).