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