nur-packages

My NUR packages
git clone git://git.sikmir.ru/nur-packages
Log | Files | Refs | README | LICENSE

commit 63d55a3976b1decdfbfe02500ce6831d57c87f59
parent 5060775260ac564ae6ff9e66c9c700f96e27aa21
Author: Nikolay Korotkiy <sikmir@gmail.com>
Date:   Wed,  1 Jan 2020 02:12:40 +0300

Cleanup meta-attributes

Diffstat:
Mpkgs/cfiles/default.nix | 2+-
Mpkgs/goldendict-themes/dark-theme.nix | 2+-
Mpkgs/gpx-layer/default.nix | 2+-
Mpkgs/gpxelevations/default.nix | 4++--
Mpkgs/gpxlab/default.nix | 2+-
Mpkgs/gpxpy/default.nix | 2+-
Mpkgs/gpxsee-maps/default.nix | 2+-
Mpkgs/gpxsee/default.nix | 2+-
Mpkgs/gt4gd/default.nix | 2+-
Mpkgs/imgp/default.nix | 2+-
Mpkgs/lsdreader/default.nix | 2+-
Mpkgs/mbtileserver/default.nix | 1+
Mpkgs/mbutil/default.nix | 2+-
Mpkgs/openorienteering-mapper/default.nix | 4++--
Mpkgs/qmapshack-maps/default.nix | 2+-
Mpkgs/redict/default.nix | 2+-
Mpkgs/ueberzug/default.nix | 2+-
17 files changed, 19 insertions(+), 18 deletions(-)

diff --git a/pkgs/cfiles/default.nix b/pkgs/cfiles/default.nix @@ -23,7 +23,7 @@ stdenv.mkDerivation rec { description = cfiles.description; homepage = cfiles.homepage; license = licenses.mit; - #maintainers = with maintainers; [ sikmir ]; + maintainers = with maintainers; [ sikmir ]; platforms = platforms.unix; }; } diff --git a/pkgs/goldendict-themes/dark-theme.nix b/pkgs/goldendict-themes/dark-theme.nix @@ -22,6 +22,6 @@ stdenv.mkDerivation rec { homepage = "https://gist.github.com/ilius/5a2f35c79775267fbdb249493c041453"; license = licenses.free; maintainers = with maintainers; [ sikmir ]; - platforms = platforms.unix; + platforms = platforms.all; }; } diff --git a/pkgs/gpx-layer/default.nix b/pkgs/gpx-layer/default.nix @@ -22,7 +22,7 @@ buildPerlPackage rec { description = gpx-layer.description; homepage = gpx-layer.homepage; license = licenses.free; - platforms = platforms.unix; maintainers = with maintainers; [ sikmir ]; + platforms = platforms.unix; }; } diff --git a/pkgs/gpxelevations/default.nix b/pkgs/gpxelevations/default.nix @@ -14,9 +14,9 @@ buildPythonApplication rec { meta = with lib; { description = gpxelevations.description; - homepage = "https://github.com/tkrajina/srtm.py"; + homepage = gpxelevations.homepage; license = licenses.asl20; - platforms = platforms.unix; maintainers = with maintainers; [ sikmir ]; + platforms = platforms.unix; }; } diff --git a/pkgs/gpxlab/default.nix b/pkgs/gpxlab/default.nix @@ -15,8 +15,8 @@ mkDerivation rec { enableParallelBuilding = true; meta = with lib; { - homepage = gpxlab.homepage; description = gpxlab.description; + homepage = gpxlab.homepage; license = licenses.gpl3; maintainers = with maintainers; [ sikmir ]; platforms = platforms.linux; diff --git a/pkgs/gpxpy/default.nix b/pkgs/gpxpy/default.nix @@ -15,7 +15,7 @@ buildPythonApplication rec { description = gpxpy.description; homepage = gpxpy.homepage; license = licenses.asl20; - platforms = platforms.unix; maintainers = with maintainers; [ sikmir ]; + platforms = platforms.unix; }; } diff --git a/pkgs/gpxsee-maps/default.nix b/pkgs/gpxsee-maps/default.nix @@ -15,6 +15,6 @@ stdenv.mkDerivation rec { homepage = gpxsee-maps.homepage; license = licenses.unlicense; maintainers = with maintainers; [ sikmir ]; - platforms = platforms.unix; + platforms = platforms.all; }; } diff --git a/pkgs/gpxsee/default.nix b/pkgs/gpxsee/default.nix @@ -15,8 +15,8 @@ mkDerivation rec { enableParallelBuilding = true; meta = with lib; { - homepage = gpxsee.homepage; description = gpxsee.description; + homepage = gpxsee.homepage; license = licenses.gpl3; maintainers = with maintainers; [ sikmir ]; platforms = platforms.linux; diff --git a/pkgs/gt4gd/default.nix b/pkgs/gt4gd/default.nix @@ -20,7 +20,7 @@ buildPythonApplication rec { description = google-translate-for-goldendict.description; homepage = google-translate-for-goldendict.homepage; license = licenses.gpl3; - platforms = platforms.unix; maintainers = with maintainers; [ sikmir ]; + platforms = platforms.unix; }; } diff --git a/pkgs/imgp/default.nix b/pkgs/imgp/default.nix @@ -16,7 +16,7 @@ buildPythonApplication rec { description = imgp.description; homepage = imgp.homepage; license = licenses.gpl3; - platforms = platforms.unix; maintainers = with maintainers; [ sikmir ]; + platforms = platforms.unix; }; } diff --git a/pkgs/lsdreader/default.nix b/pkgs/lsdreader/default.nix @@ -11,7 +11,7 @@ buildPythonApplication rec { description = lsdreader.description; homepage = lsdreader.homepage; license = licenses.free; - platforms = platforms.unix; maintainers = with maintainers; [ sikmir ]; + platforms = platforms.unix; }; } diff --git a/pkgs/mbtileserver/default.nix b/pkgs/mbtileserver/default.nix @@ -12,5 +12,6 @@ buildGoModule rec { homepage = mbtileserver.homepage; license = licenses.isc; maintainers = with maintainers; [ sikmir ]; + platforms = platforms.unix; }; } diff --git a/pkgs/mbutil/default.nix b/pkgs/mbutil/default.nix @@ -12,7 +12,7 @@ buildPythonApplication rec { description = mbutil.description; homepage = mbutil.homepage; license = licenses.bsd3; - platforms = platforms.unix; maintainers = with maintainers; [ sikmir ]; + platforms = platforms.unix; }; } diff --git a/pkgs/openorienteering-mapper/default.nix b/pkgs/openorienteering-mapper/default.nix @@ -51,9 +51,9 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { description = mapper.description; - homepage = "https://www.openorienteering.org/apps/mapper/"; + homepage = mapper.homepage; license = licenses.gpl3; - platforms = with platforms; linux ++ darwin; maintainers = with maintainers; [ sikmir ]; + platforms = with platforms; linux ++ darwin; }; } diff --git a/pkgs/qmapshack-maps/default.nix b/pkgs/qmapshack-maps/default.nix @@ -20,6 +20,6 @@ stdenv.mkDerivation rec { homepage = "http://www.mtb-touring.net/qms/onlinekarten-einbinden/"; license = licenses.free; maintainers = with maintainers; [ sikmir ]; - platforms = platforms.unix; + platforms = platforms.all; }; } diff --git a/pkgs/redict/default.nix b/pkgs/redict/default.nix @@ -24,8 +24,8 @@ mkDerivation rec { enableParallelBuilding = true; meta = with lib; { - homepage = redict.homepage; description = redict.description; + homepage = redict.homepage; license = licenses.gpl3; maintainers = with maintainers; [ sikmir ]; platforms = platforms.linux; diff --git a/pkgs/ueberzug/default.nix b/pkgs/ueberzug/default.nix @@ -13,7 +13,7 @@ buildPythonApplication rec { description = ueberzug.description; homepage = ueberzug.homepage; license = licenses.gpl3; - platforms = platforms.unix; maintainers = with maintainers; [ sikmir ]; + platforms = platforms.unix; }; }