treewide: add missing and fix dead homepages (#393043)
This commit is contained in:
@@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Cross-platform version of flock(1)";
|
||||
homepage = "https://github.com/discoteq/flock";
|
||||
maintainers = with maintainers; [ matthewbauer ];
|
||||
mainProgram = "flock";
|
||||
platforms = platforms.all;
|
||||
|
||||
@@ -125,7 +125,7 @@ python.pkgs.buildPythonApplication rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Utility for sending notifications, on demand and when commands finish";
|
||||
homepage = "https://ntfy.rtfd.org/";
|
||||
homepage = "https://ntfy.readthedocs.io/en/latest/";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ kamilchm ];
|
||||
mainProgram = "ntfy";
|
||||
|
||||
@@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://arctic-hen7.github.io/perseus";
|
||||
homepage = "https://framesurge.sh/perseus/en-US";
|
||||
description = "High-level web development framework for Rust with full support for server-side rendering and static generation";
|
||||
maintainers = with maintainers; [ max-niederman ];
|
||||
license = with licenses; [ mit ];
|
||||
|
||||
@@ -112,6 +112,7 @@ effectiveStdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Collective communication operations API";
|
||||
homepage = "https://openucx.github.io/ucc/";
|
||||
mainProgram = "ucc_info";
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.markuskowa ];
|
||||
|
||||
@@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "User mode programs to enable VLANs on Ethernet devices";
|
||||
homepage = "https://www.candelatech.com/~greear/vlan.html";
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl2Plus;
|
||||
mainProgram = "vconfig";
|
||||
|
||||
@@ -13,17 +13,17 @@ buildPythonApplication rec {
|
||||
version = "2.1.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "TailorDev";
|
||||
owner = "jazzband";
|
||||
repo = "Watson";
|
||||
rev = version;
|
||||
sha256 = "sha256-/AASYeMkt18KPJljAjNPRYOpg/T5xuM10LJq4LrFD0g=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# https://github.com/TailorDev/Watson/pull/473
|
||||
# https://github.com/jazzband/Watson/pull/473
|
||||
(fetchpatch {
|
||||
name = "fix-completion.patch";
|
||||
url = "https://github.com/TailorDev/Watson/commit/43ad061a981eb401c161266f497e34df891a5038.patch";
|
||||
url = "https://github.com/jazzband/Watson/commit/43ad061a981eb401c161266f497e34df891a5038.patch";
|
||||
sha256 = "sha256-v8/asP1wooHKjyy9XXB4Rtf6x+qmGDHpRoHEne/ZCxc=";
|
||||
})
|
||||
];
|
||||
@@ -49,7 +49,7 @@ buildPythonApplication rec {
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://tailordev.github.io/Watson/";
|
||||
homepage = "https://github.com/jazzband/Watson";
|
||||
description = "Wonderful CLI to track your time!";
|
||||
mainProgram = "watson";
|
||||
license = licenses.mit;
|
||||
|
||||
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://linux.techass.com/projects/xdb/";
|
||||
homepage = "https://sourceforge.net/projects/xdb/";
|
||||
description = "C++ class library formerly known as XDB";
|
||||
platforms = platforms.linux;
|
||||
license = licenses.lgpl2;
|
||||
|
||||
Reference in New Issue
Block a user