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

index a1bbaab0d387956fbc88eceac5d8e7a15ed11c0f..2e26674bd8267b0c9fddb666166ab94196069f06 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",

@@ -391,15 +391,15 @@ "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": {

@@ -489,29 +489,29 @@ },

 "hfst": {

     "branch": "master",

     "builtin": false,

     "description": "Helsinki Finite-State Technology (library and application suite)",

     "homepage": "https://hfst.github.io",

     "owner": "hfst",

     "repo": "hfst",

     "type": "tarball",

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

 },

 "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": {

@@ -601,15 +601,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": {

@@ -701,11 +701,12 @@ "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",

 },

 "mercantile": {

     "branch": "master",

@@ -916,15 +917,15 @@ },

 "py-staticmaps": {

     "branch": "master",

     "builtin": false,

     "description": "A python module to create static map images with markers, geodesic lines, etc.",

     "homepage": "https://github.com/flopp/py-staticmaps",

     "owner": "flopp",

     "repo": "py-staticmaps",

     "type": "tarball",

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

 },

 "pyephem": {

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

index cdc119bdd0a768a6542ba068f35162d89e51eb35..6af6695f428c212754a9b7a5be39ca5d91408ad0 100644

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

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

@@ -2,12 +2,12 @@ { stdenv, fetchgit, patches ? [] }:

stdenv.mkDerivation {

pname = "quark";

src = fetchgit {

 url = "git://git.suckless.org/quark";

};

inherit patches;

diff --git a/pkgs/tools/graphics/farbfeld-utils/default.nix b/pkgs/tools/graphics/farbfeld-utils/default.nix

index 410814056043bef5baa1319e8dd1404847d2d096..fae3568b35da4bea74a7a61aaeed81617ec46806 100644

--- a/pkgs/tools/graphics/farbfeld-utils/default.nix

+++ b/pkgs/tools/graphics/farbfeld-utils/default.nix

@@ -19,6 +19,6 @@ description = "Collection of utilities for farbfeld picture format";

 homepage = "http://zzo38computer.org/fossil/farbfeld.ui/home";

 license = licenses.publicDomain;

 maintainers = [ maintainers.sikmir ];

};

}

diff --git a/pkgs/tools/graphics/lel/default.nix b/pkgs/tools/graphics/lel/default.nix

index 17703e964d04936363f94be71d03b55374bb3cf1..d7bc2e5b65dd16511db0b3da5fe1535f0a71dd6c 100644

--- a/pkgs/tools/graphics/lel/default.nix

+++ b/pkgs/tools/graphics/lel/default.nix

@@ -27,6 +27,6 @@ description = "Farbfeld image viewer";

 homepage = "https://git.codemadness.org/lel/file/README.html";

 license = licenses.mit;

 maintainers = [ maintainers.sikmir ];

};

}

diff --git a/pkgs/tools/graphics/polyvectorization/default.nix b/pkgs/tools/graphics/polyvectorization/default.nix

index 820a1fdb663d9238b1b5b892c66d5962af96168c..0b0da73aa31614e6ad54bf9ba39bee7f32e85dfb 100644

--- a/pkgs/tools/graphics/polyvectorization/default.nix

+++ b/pkgs/tools/graphics/polyvectorization/default.nix

@@ -25,6 +25,6 @@ meta = with lib; {

 inherit (sources.polyvectorization) description homepage;

 license = licenses.mit;

 maintainers = [ maintainers.sikmir ];

};

}

\ No newline at end of file

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

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