diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2025-03-18 19:35:55 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2025-03-18 19:35:55 +0100 |
commit | 5f7a69ba3dff56f9a66e0cb401573bb9c79f28a1 (patch) | |
tree | 7632b09deaad950e1f4eb30bb767f1f56596fd92 | |
parent | 536b7db658ff49db6e0a401b393cbcb1e2a048fd (diff) |
d/control: Change Vcs-Git from git: to https:
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 1f8256d..4c3c3a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ simple-scan (46.0-2) UNRELEASED; urgency=medium - Add year 2025 to myself. - Rewrite (Closes: #1076227). * Declare compliance with Debian Policy 4.7.2 (No changes needed). + * debian/control: + - Change Vcs-Git from git: to https:. -- Jörg Frings-Fürst <debian@jff.email> Tue, 18 Mar 2025 17:48:27 +0100 diff --git a/debian/control b/debian/control index 2815fe3..a48a67d 100644 --- a/debian/control +++ b/debian/control @@ -36,7 +36,7 @@ Build-Depends: valac, zlib1g-dev Homepage: https://apps.gnome.org/SimpleScan/ -Vcs-Git: git://git.jff.email/simple-scan.git +Vcs-Git: https://git.jff.email/cgit/simple-scan.git Vcs-Browser: https://git.jff.email/cgit/simple-scan.git Package: simple-scan |