Unverified Commit f046955e authored by Atemu's avatar Atemu Committed by GitHub
Browse files

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

treewide: fix urls
parents 30ff4199 fcab43ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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 ];
+1 −1
Original line number Diff line number Diff line
@@ -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";
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
Loading