diff --git a/nix/sources.json b/nix/sources.json

index f6c89b4c22ec4775f1abad5c7c23add9921e93e0..33f95e83597d360c641d54ed0ee53598262f65eb 100644

--- a/nix/sources.json

+++ b/nix/sources.json

@@ -170,15 +170,15 @@ },

 "embox": {

     "branch": "master",

     "builtin": false,

     "description": "Modular and configurable OS for embedded applications",

     "homepage": "http://embox.github.io",

     "owner": "embox",

     "repo": "embox",

     "type": "tarball",

     "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"

 },

 "foma": {

@@ -253,27 +253,27 @@ "url_template": "https://github.com///archive/.tar.gz"

 },

 "geofabrik-estonia": {

     "builtin": false,

     "type": "file",

     "url_template": "https://download.geofabrik.de/europe/estonia-<version>.osm.pbf",

 },

 "geofabrik-finland": {

     "builtin": false,

     "type": "file",

     "url_template": "https://download.geofabrik.de/europe/finland-<version>.osm.pbf",

 },

 "geofabrik-russia-nwfd": {

     "builtin": false,

     "type": "file",

     "url_template": "https://download.geofabrik.de/russia/northwestern-fed-district-<version>.osm.pbf",

 },

 "gimgtools": {

     "branch": "master",

@@ -405,29 +405,29 @@ "gpxsee": {

     "branch": "master",

     "builtin": false,

     "changelog": "https://build.opensuse.org/package/view_file/home:tumic:GPXSee/gpxsee/gpxsee.changes",

     "description": "GPS log file viewer and analyzer",

     "homepage": "https://www.gpxsee.org",

     "owner": "tumic0",

     "repo": "GPXSee",

     "type": "tarball",

     "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"

 },

 "gpxsee-maps": {

     "branch": "master",

     "builtin": false,

     "description": "GPXSee maps",

     "homepage": "https://tumic0.github.io/GPXSee-maps",

     "owner": "tumic0",

     "repo": "GPXSee-maps",

     "type": "tarball",

     "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"

 },

 "gpxtools": {

@@ -517,15 +517,15 @@ },

 "how-to-use-pvs-studio-free": {

     "branch": "master",

     "builtin": false,

     "description": "How to use PVS-Studio for Free",

     "homepage": "https://www.viva64.com/en/b/0457/",

     "owner": "viva64",

     "repo": "how-to-use-pvs-studio-free",

     "type": "tarball",

     "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"

 },

 "it-sanasto": {

@@ -615,15 +615,15 @@ },

 "map-hr": {

     "branch": "master",

     "builtin": false,

     "description": "Slazav mountains",

     "homepage": "http://slazav.xyz/maps/",

     "owner": "slazav",

     "repo": "map_hr",

     "type": "tarball",

     "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"

 },

 "map-podm": {

@@ -671,15 +671,15 @@ },

 "mapper": {

     "branch": "master",

     "builtin": false,

     "description": "OpenOrienteering Mapper is a software for creating maps for the orienteering sport",

     "homepage": "https://www.openorienteering.org/apps/mapper/",

     "owner": "OpenOrienteering",

     "repo": "mapper",

     "type": "tarball",

     "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"

 },

 "maprec": {

@@ -715,11 +715,11 @@ "builtin": false,

     "description": "Ежедневная сборка карт из данных OpenStreetMap для навигационных приборов и приложений Garmin",

     "homepage": "https://maptourist.org",

     "region": "szfo",

     "type": "file",

     "url_template": "https://maptourist.org/osm-garmin/archive/OSM-MapTourist-<region>-RU_<version>.zip",

 },

 "md2gemini": {

     "branch": "master",

@@ -832,15 +832,15 @@ },

 "nnn": {

     "branch": "master",

     "builtin": false,

     "description": "n³ The missing terminal file manager for X",

     "homepage": "https://github.com/jarun/nnn",

     "owner": "jarun",

     "repo": "nnn",

     "type": "tarball",

     "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"

 },

 "odict": {

@@ -1108,15 +1108,15 @@ },

 "tilesets-cli": {

     "branch": "master",

     "builtin": false,

     "description": "CLI for interacting with the Mapbox Tilesets API",

     "homepage": "https://docs.mapbox.com/api/maps/#tilesets",

     "owner": "mapbox",

     "repo": "tilesets-cli",

     "type": "tarball",

     "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"

 },

 "tpkutils": {

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

index 0a3e9aba60bb0219d6ffe7c3c09b0bbac44f1534..144b9f6cfea140f32959f41a0f1ffd1c803c3ce0 100644

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

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

@@ -2,11 +2,11 @@ { lib, stdenv, fetchurl, undmg, sources }:

stdenv.mkDerivation rec {

pname = "gpxsee-bin";

src = fetchurl {

 url = "mirror://sourceforge/gpxsee/GPXSee-${version}.dmg";

};

preferLocalBuild = true;

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

index 412bd281a429d0e4a45d376aa14deaece3e25b4b..97740141b3259cc1f5029c922ae509f887ba625b 100644

--- a/pkgs/default.nix

+++ b/pkgs/default.nix

@@ -134,7 +134,6 @@ s2sphere = callPackage ./development/python-modules/s2sphere { };

 ### TOOLS

 csvquote = callPackage ./tools/text/csvquote { };

 csvtools = callPackage ./tools/text/csvtools { };

 datamaps = callPackage ./tools/geo/datamaps { };

@@ -150,7 +149,6 @@ inherit sources;

 };

 gpxtools = callPackage ./tools/geo/gpxtools { };

 gpxtrackposter = callPackage ./tools/geo/gpxtrackposter { };

 py-staticmaps = callPackage ./tools/geo/py-staticmaps { };

 render_geojson = callPackage ./tools/geo/render_geojson { };

 supermercado = callPackage ./tools/geo/supermercado { };

@@ -232,11 +230,14 @@ };

 ### MISC

 ascii-dash = callPackage ./misc/ascii-dash { };

 cfiles = callPackage ./misc/cfiles { };

 docker-reg-tool = callPackage ./misc/docker-reg-tool { };

 ht = callPackage ./misc/ht { };

 ish = callPackage ./misc/ish { };

 morse-talk = callPackage ./misc/morse-talk { };

 musig = callPackage ./misc/musig { };

 polyvectorization = libsForQt5.callPackage ./misc/polyvectorization {

@@ -265,10 +266,6 @@ osmcoastline = callPackage ./osm/osmcoastline { };

 phyghtmap = callPackage ./osm/phyghtmap { };

 sdlmap = callPackage ./osm/sdlmap { };

 taginfo-tools = callPackage ./osm/taginfo-tools { };

 ### SUCKLESS

diff --git a/pkgs/images/wekan/default.nix b/pkgs/images/wekan/default.nix

index b5fd3c7061d3949995dd2f8578c3703459b3548e..a707918b7645eee5a95a13be9c8796fa193aa6a8 100644

--- a/pkgs/images/wekan/default.nix

+++ b/pkgs/images/wekan/default.nix

@@ -2,8 +2,8 @@ { dockerTools }:

dockerTools.pullImage {

imageName = "wekanteam/wekan";

finalImageName = "wekan";

}

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

rename from pkgs/servers/glauth/default.nix

rename to pkgs/misc/glauth/default.nix

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

rename from pkgs/tools/networking/apibackuper/default.nix

rename to pkgs/misc/apibackuper/default.nix

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

rename from pkgs/tools/text/lazyscraper/default.nix

rename to pkgs/misc/lazyscraper/default.nix

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

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