Merge pull request #310169 from jopejoe1/treewide/fix-link

treewide: fix urls

authored by Atemu and committed by GitHub f046955e 30ff4199

+9 -10
+1 -1
pkgs/by-name/ad/adbtuifm/package.nix
··· 16 meta = with lib; { 17 description = "A TUI-based file manager for the Android Debug Bridge"; 18 homepage = "https://github.com/darkhz/adbtuifm"; 19 - changelog = "https:/github.com/darkhz/adbtuifm/releases/tag/v${version}"; 20 license = with licenses; [mit]; 21 maintainers = with maintainers; [daru-san]; 22 mainProgram = "adbtuifm";
··· 16 meta = with lib; { 17 description = "A TUI-based file manager for the Android Debug Bridge"; 18 homepage = "https://github.com/darkhz/adbtuifm"; 19 + changelog = "https://github.com/darkhz/adbtuifm/releases/tag/v${version}"; 20 license = with licenses; [mit]; 21 maintainers = with maintainers; [daru-san]; 22 mainProgram = "adbtuifm";
+1 -1
pkgs/by-name/op/openrocket/package.nix
··· 60 meta = { 61 changelog = "https://github.com/openrocket/openrocket/releases/tag/${finalAttrs.src.rev}"; 62 description = "Model-rocketry aerodynamics and trajectory simulation software"; 63 - homepage = "openrocket.info"; 64 license = lib.licenses.gpl3Plus; 65 mainProgram = "openrocket"; 66 maintainers = with lib.maintainers; [ tomasajt ];
··· 60 meta = { 61 changelog = "https://github.com/openrocket/openrocket/releases/tag/${finalAttrs.src.rev}"; 62 description = "Model-rocketry aerodynamics and trajectory simulation software"; 63 + homepage = "https://openrocket.info"; 64 license = lib.licenses.gpl3Plus; 65 mainProgram = "openrocket"; 66 maintainers = with lib.maintainers; [ tomasajt ];
+1 -1
pkgs/development/libraries/librsvg/default.nix
··· 217 218 meta = with lib; { 219 description = "A small library to render SVG images to Cairo surfaces"; 220 - homepage = "hhttps://gitlab.gnome.org/GNOME/librsvg"; 221 license = licenses.lgpl2Plus; 222 maintainers = teams.gnome.members; 223 mainProgram = "rsvg-convert";
··· 217 218 meta = with lib; { 219 description = "A small library to render SVG images to Cairo surfaces"; 220 + homepage = "https://gitlab.gnome.org/GNOME/librsvg"; 221 license = licenses.lgpl2Plus; 222 maintainers = teams.gnome.members; 223 mainProgram = "rsvg-convert";
+1 -1
pkgs/development/python-modules/dnfile/default.nix
··· 40 41 meta = with lib; { 42 description = "Module to parse .NET executable files"; 43 - homepage = "hhttps://github.com/malwarefrank/dnfile"; 44 changelog = "https://github.com/malwarefrank/dnfile/blob/v${version}/HISTORY.rst"; 45 license = with licenses; [ mit ]; 46 maintainers = with maintainers; [ fab ];
··· 40 41 meta = with lib; { 42 description = "Module to parse .NET executable files"; 43 + homepage = "https://github.com/malwarefrank/dnfile"; 44 changelog = "https://github.com/malwarefrank/dnfile/blob/v${version}/HISTORY.rst"; 45 license = with licenses; [ mit ]; 46 maintainers = with maintainers; [ fab ];
+1 -1
pkgs/development/python-modules/pysqlitecipher/default.nix
··· 31 32 meta = { 33 description = "Lightweight and easy to use sqlite wrapper with built-in encryption system"; 34 - homepage = "Ghttps://github.com/harshnative/pysqlitecipher"; 35 license = lib.licenses.gpl3Only; 36 maintainers = with lib.maintainers; [ dotlambda ]; 37 };
··· 31 32 meta = { 33 description = "Lightweight and easy to use sqlite wrapper with built-in encryption system"; 34 + homepage = "https://github.com/harshnative/pysqlitecipher"; 35 license = lib.licenses.gpl3Only; 36 maintainers = with lib.maintainers; [ dotlambda ]; 37 };
+1 -2
pkgs/development/python-modules/python-homeassistant-analytics/default.nix
··· 58 pythonImportsCheck = [ "python_homeassistant_analytics" ]; 59 60 meta = with lib; { 61 - changelog = "https://github.com/joostlek/python-homeassistant-analytics 62 - /releases/tag/v${version}"; 63 description = "Asynchronous Python client for Homeassistant Analytics"; 64 homepage = "https://github.com/joostlek/python-homeassistant-analytics 65 ";
··· 58 pythonImportsCheck = [ "python_homeassistant_analytics" ]; 59 60 meta = with lib; { 61 + changelog = "https://github.com/joostlek/python-homeassistant-analytics/releases/tag/v${version}"; 62 description = "Asynchronous Python client for Homeassistant Analytics"; 63 homepage = "https://github.com/joostlek/python-homeassistant-analytics 64 ";
+1 -1
pkgs/servers/onlyoffice-documentserver/default.nix
··· 142 ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, 143 fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time. 144 ''; 145 - homepage = "ONLYOFFICE Document Server is an online office suite comprising viewers and editors"; 146 license = licenses.agpl3Plus; 147 platforms = [ "x86_64-linux" ]; 148 sourceProvenance = [ sourceTypes.binaryNativeCode ];
··· 142 ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, 143 fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time. 144 ''; 145 + homepage = "https://github.com/ONLYOFFICE/DocumentServer"; 146 license = licenses.agpl3Plus; 147 platforms = [ "x86_64-linux" ]; 148 sourceProvenance = [ sourceTypes.binaryNativeCode ];
+1 -1
pkgs/servers/osmocom/libasn1c/default.nix
··· 34 35 meta = with lib; { 36 description = "Runtime library of Lev Walkin's asn1c split out as separate library"; 37 - homepage = "github.com/osmocom/libasn1c/"; 38 license = licenses.bsd2; 39 platforms = platforms.linux; 40 maintainers = with maintainers; [ janik ];
··· 34 35 meta = with lib; { 36 description = "Runtime library of Lev Walkin's asn1c split out as separate library"; 37 + homepage = "https://github.com/osmocom/libasn1c/"; 38 license = licenses.bsd2; 39 platforms = platforms.linux; 40 maintainers = with maintainers; [ janik ];
+1 -1
pkgs/tools/networking/castnow/default.nix
··· 20 21 meta = { 22 description = "Command-line Chromecast player"; 23 - homepage = "commandline chromecast player"; 24 license = lib.licenses.mit; 25 maintainers = with lib.maintainers; [ ]; 26 mainProgram = "castnow";
··· 20 21 meta = { 22 description = "Command-line Chromecast player"; 23 + homepage = "https://github.com/xat/castnow"; 24 license = lib.licenses.mit; 25 maintainers = with lib.maintainers; [ ]; 26 mainProgram = "castnow";