treewide: update broken and add missing homepages (#392090)

authored by Weijia Wang and committed by GitHub 1fcdfdb2 b6a0c4a6

+19 -9
+1 -1
pkgs/applications/graphics/kcc/default.nix
··· 32 32 33 33 meta = with lib; { 34 34 description = "Python app to convert comic/manga files or folders to EPUB, Panel View MOBI or E-Ink optimized CBZ"; 35 - homepage = "https://kcc.iosphe.re"; 35 + homepage = "https://github.com/ciromattia/kcc"; 36 36 license = licenses.isc; 37 37 maintainers = with maintainers; [ dawidsowa ]; 38 38 };
+1
pkgs/applications/misc/ape/default.nix
··· 43 43 44 44 meta = with lib; { 45 45 description = description; 46 + homepage = "https://github.com/Attempto/APE"; 46 47 license = license; 47 48 platforms = platforms.unix; 48 49 maintainers = with maintainers; [ yrashk ];
+1 -1
pkgs/applications/networking/cluster/helm/default.nix
··· 71 71 }; 72 72 73 73 meta = with lib; { 74 - homepage = "https://github.com/kubernetes/helm"; 74 + homepage = "https://github.com/helm/helm"; 75 75 description = "Package manager for kubernetes"; 76 76 mainProgram = "helm"; 77 77 license = licenses.asl20;
+1
pkgs/applications/version-management/blackbox/default.nix
··· 57 57 58 58 meta = with lib; { 59 59 description = "Safely store secrets in a VCS repo"; 60 + homepage = "https://github.com/StackExchange/blackbox"; 60 61 maintainers = with maintainers; [ ericsagnes ]; 61 62 license = licenses.mit; 62 63 platforms = platforms.all;
+1 -1
pkgs/by-name/al/allure/package.nix
··· 34 34 ''; 35 35 36 36 meta = { 37 - homepage = "https://docs.qameta.io/allure/"; 37 + homepage = "https://allurereport.org/"; 38 38 description = "Allure Report is a flexible, lightweight multi-language test reporting tool"; 39 39 longDescription = '' 40 40 Allure Report is a flexible, lightweight multi-language test reporting
+1
pkgs/by-name/gl/gle/package.nix
··· 41 41 42 42 meta = { 43 43 description = "Tubing and extrusion library"; 44 + homepage = "https://www.linas.org/gle/"; 44 45 license = lib.licenses.gpl2; 45 46 maintainers = [ lib.maintainers.raskin ]; 46 47 platforms = lib.platforms.linux;
+1 -1
pkgs/by-name/gr/grip/package.nix
··· 33 33 34 34 meta = { 35 35 description = "GTK-based audio CD player/ripper"; 36 - homepage = "http://nostatic.org/grip"; 36 + homepage = "https://sourceforge.net/projects/grip/"; 37 37 license = lib.licenses.gpl2Plus; 38 38 39 39 maintainers = with lib.maintainers; [ marcweber ];
+2 -2
pkgs/by-name/jo/jot/package.nix
··· 9 9 version = "0.1.2"; 10 10 11 11 src = fetchFromGitHub { 12 - owner = "araekiel"; 12 + owner = "shashwatah"; 13 13 repo = "jot"; 14 14 rev = "v${version}"; 15 15 sha256 = "sha256-Z8szd6ArwbGiHw7SeAah0LrrzUbcQYygX7IcPUYNxvM="; ··· 20 20 21 21 meta = with lib; { 22 22 description = "Rapid note management for the terminal"; 23 - homepage = "https://github.com/araekiel/jot"; 23 + homepage = "https://github.com/shashwatah/jot"; 24 24 license = licenses.mit; 25 25 maintainers = with maintainers; [ dit7ya ]; 26 26 mainProgram = "jt";
+1 -1
pkgs/by-name/kn/knightos-kcc/package.nix
··· 31 31 buildInputs = [ boost ]; 32 32 33 33 meta = with lib; { 34 - homepage = "https://knightos.org/"; 34 + homepage = "https://github.com/KnightOS/kcc"; 35 35 description = "KnightOS C compiler"; 36 36 mainProgram = "kcc"; 37 37 license = licenses.gpl2Plus;
+1
pkgs/by-name/lc/lci/package.nix
··· 14 14 buildInputs = [ readline ]; 15 15 meta = { 16 16 description = "Lambda calculus interpreter"; 17 + homepage = "https://www.chatzi.org/lci/"; 17 18 mainProgram = "lci"; 18 19 maintainers = with lib.maintainers; [ raskin ]; 19 20 platforms = with lib.platforms; linux;
+1
pkgs/by-name/ld/ldm/package.nix
··· 44 44 45 45 meta = { 46 46 description = "Lightweight device mounter, with libudev as only dependency"; 47 + homepage = "https://github.com/LemonBoy/ldm"; 47 48 mainProgram = "ldm"; 48 49 license = lib.licenses.mit; 49 50 platforms = lib.platforms.linux;
+2 -2
pkgs/by-name/ly/lyrebird/package.nix
··· 30 30 doCheck = false; 31 31 32 32 src = fetchFromGitHub { 33 - owner = "chxrlt"; 33 + owner = "lyrebird-voice-changer"; 34 34 repo = "lyrebird"; 35 35 tag = "v${version}"; 36 36 sha256 = "sha256-VIYcOxvSpzRvJMzEv2i5b7t0WMF7aQxB4Y1jfvuZN/Y="; ··· 74 74 meta = with lib; { 75 75 description = "Simple and powerful voice changer for Linux, written in GTK 3"; 76 76 mainProgram = "lyrebird"; 77 - homepage = "https://github.com/chxrlt/lyrebird"; 77 + homepage = "https://github.com/lyrebird-voice-changer/lyrebird"; 78 78 license = licenses.mit; 79 79 maintainers = with maintainers; [ OPNA2608 ]; 80 80 platforms = platforms.linux;
+1
pkgs/by-name/me/meme-suite/package.nix
··· 24 24 25 25 meta = with lib; { 26 26 description = "Motif-based sequence analysis tools"; 27 + homepage = "https://meme-suite.org/meme/meme-software/"; 27 28 license = licenses.unfree; 28 29 maintainers = with maintainers; [ gschwartz ]; 29 30 platforms = platforms.linux;
+1
pkgs/development/lisp-modules/asdf/2.26.nix
··· 38 38 39 39 meta = with lib; { 40 40 description = "Standard software-system definition library for Common Lisp"; 41 + homepage = "https://asdf.common-lisp.dev/"; 41 42 license = licenses.mit; 42 43 maintainers = with maintainers; [ raskin ]; 43 44 platforms = platforms.linux;
+1
pkgs/development/lisp-modules/asdf/3.1.nix
··· 37 37 38 38 meta = with lib; { 39 39 description = "Standard software-system definition library for Common Lisp"; 40 + homepage = "https://asdf.common-lisp.dev/"; 40 41 license = licenses.mit; 41 42 maintainers = with maintainers; [ raskin ]; 42 43 platforms = platforms.unix;
+1
pkgs/development/lisp-modules/asdf/3.3.nix
··· 46 46 47 47 meta = with lib; { 48 48 description = "Standard software-system definition library for Common Lisp"; 49 + homepage = "https://asdf.common-lisp.dev/"; 49 50 license = licenses.mit; 50 51 maintainers = with maintainers; [ raskin ]; 51 52 platforms = platforms.unix;
+1
pkgs/development/lisp-modules/asdf/default.nix
··· 37 37 38 38 meta = with lib; { 39 39 description = "Standard software-system definition library for Common Lisp"; 40 + homepage = "https://asdf.common-lisp.dev/"; 40 41 license = licenses.mit; 41 42 maintainers = with maintainers; [ raskin ]; 42 43 platforms = platforms.unix;