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

treewide: fix urls
This commit is contained in:
Atemu
2024-05-09 01:12:05 +02:00
committed by GitHub
9 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ buildGoModule rec {
meta = with lib; {
description = "A TUI-based file manager for the Android Debug Bridge";
homepage = "https://github.com/darkhz/adbtuifm";
changelog = "https:/github.com/darkhz/adbtuifm/releases/tag/v${version}";
changelog = "https://github.com/darkhz/adbtuifm/releases/tag/v${version}";
license = with licenses; [mit];
maintainers = with maintainers; [daru-san];
mainProgram = "adbtuifm";
+1 -1
View File
@@ -60,7 +60,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
meta = {
changelog = "https://github.com/openrocket/openrocket/releases/tag/${finalAttrs.src.rev}";
description = "Model-rocketry aerodynamics and trajectory simulation software";
homepage = "openrocket.info";
homepage = "https://openrocket.info";
license = lib.licenses.gpl3Plus;
mainProgram = "openrocket";
maintainers = with lib.maintainers; [ tomasajt ];
@@ -217,7 +217,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
description = "A small library to render SVG images to Cairo surfaces";
homepage = "hhttps://gitlab.gnome.org/GNOME/librsvg";
homepage = "https://gitlab.gnome.org/GNOME/librsvg";
license = licenses.lgpl2Plus;
maintainers = teams.gnome.members;
mainProgram = "rsvg-convert";
@@ -40,7 +40,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module to parse .NET executable files";
homepage = "hhttps://github.com/malwarefrank/dnfile";
homepage = "https://github.com/malwarefrank/dnfile";
changelog = "https://github.com/malwarefrank/dnfile/blob/v${version}/HISTORY.rst";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
@@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = {
description = "Lightweight and easy to use sqlite wrapper with built-in encryption system";
homepage = "Ghttps://github.com/harshnative/pysqlitecipher";
homepage = "https://github.com/harshnative/pysqlitecipher";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ dotlambda ];
};
@@ -58,8 +58,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "python_homeassistant_analytics" ];
meta = with lib; {
changelog = "https://github.com/joostlek/python-homeassistant-analytics
/releases/tag/v${version}";
changelog = "https://github.com/joostlek/python-homeassistant-analytics/releases/tag/v${version}";
description = "Asynchronous Python client for Homeassistant Analytics";
homepage = "https://github.com/joostlek/python-homeassistant-analytics
";
@@ -142,7 +142,7 @@ let
ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations,
fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.
'';
homepage = "ONLYOFFICE Document Server is an online office suite comprising viewers and editors";
homepage = "https://github.com/ONLYOFFICE/DocumentServer";
license = licenses.agpl3Plus;
platforms = [ "x86_64-linux" ];
sourceProvenance = [ sourceTypes.binaryNativeCode ];
+1 -1
View File
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Runtime library of Lev Walkin's asn1c split out as separate library";
homepage = "github.com/osmocom/libasn1c/";
homepage = "https://github.com/osmocom/libasn1c/";
license = licenses.bsd2;
platforms = platforms.linux;
maintainers = with maintainers; [ janik ];
+1 -1
View File
@@ -20,7 +20,7 @@ buildNpmPackage rec {
meta = {
description = "Command-line Chromecast player";
homepage = "commandline chromecast player";
homepage = "https://github.com/xat/castnow";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ ];
mainProgram = "castnow";