assorted: fix meta.homepage URLs for nur packages

This commit is contained in:
Colin 2024-03-24 03:54:09 +00:00
parent ff9e1111b3
commit 72dd556b72
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ buildGoModule rec {
meta = with lib; { meta = with lib; {
description = "blast your linux audio to DLNA receivers"; description = "blast your linux audio to DLNA receivers";
# license = licenses.mit; # MIT + NoAI # license = licenses.mit; # MIT + NoAI
homepage = src.homepage; inherit (src.meta) homepage;
maintainers = with maintainers; [ colinsane ]; maintainers = with maintainers; [ colinsane ];
platforms = platforms.unix; platforms = platforms.unix;
}; };

View File

@ -17,7 +17,7 @@
, wayland-protocols , wayland-protocols
, wayland-scanner , wayland-scanner
}: }:
stdenv.mkDerivation { stdenv.mkDerivation rec {
pname = "swaylock-plugin"; pname = "swaylock-plugin";
version = "1.6-unstable-2024-02-21"; #< from meson.build version = "1.6-unstable-2024-02-21"; #< from meson.build

View File

@ -18,7 +18,7 @@
, wayland-protocols , wayland-protocols
, wayland-scanner , wayland-scanner
}: }:
stdenv.mkDerivation { stdenv.mkDerivation rec {
pname = "sxmo_swaylock"; pname = "sxmo_swaylock";
version = "1.6.11-unstable-2023-04-26"; #< from meson.build version = "1.6.11-unstable-2023-04-26"; #< from meson.build