diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2024-11-11 16:46:03 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2024-11-11 16:46:03 +0100 |
commit | 418b6ae4df78fff7cc390919df65bb72be774949 (patch) | |
tree | 9f4ba55dfbe20cf3d5f8838e2af4c7cd3188fda1 | |
parent | 2da89f801b578982536eb31f82acc0ea7e055bd7 (diff) |
d/contol: Change VCS-Git from git to https
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 50c1dae..ec059df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ shotwell (0.32.10-1) UNRELEASED; urgency=medium - Rewrite to make lrc happy. + 2 Files not changed to LGPL-2.1 because the name is LGPLv2.1-or-later. * Declare compliance with Debian Policy 4.7.0.1 (No changes needed). + * debian/control: Change VCS-Git from git to https -- Jörg Frings-Fürst <debian@jff.email> Mon, 11 Nov 2024 12:28:36 +0100 diff --git a/debian/control b/debian/control index 2cb6788..4621bcc 100644 --- a/debian/control +++ b/debian/control @@ -37,7 +37,7 @@ Build-Depends: Standards-Version: 4.7.0.1 Rules-Requires-Root: binary-targets Homepage: https://wiki.gnome.org/Apps/Shotwell -Vcs-Git: git://git.jff.email/shotwell.git +Vcs-Git: https://git.jff.email/shotwell.git Vcs-Browser: https://git.jff.email/cgit/shotwell.git Package: shotwell |