Update additional package homepages. (#10208)

* Update freetds homepage

* Update py3_minidb homepage

* Update shhmsg homepage

* Update shhopt homepage
This commit is contained in:
Maximilian Downey Twiss
2024-07-26 14:58:28 +10:00
committed by GitHub
parent 75b27f2d3a
commit 0f1a3025ae
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ require 'package'
class Freetds < Package
description 'FreeTDS is a set of libraries for Unix and Linux that allows your programs to natively talk to Microsoft SQL Server and Sybase databases.'
homepage 'http://www.freetds.org/'
homepage 'https://www.freetds.org/'
version '1.2.18'
license 'GPL-2'
compatibility 'all'

View File

@@ -2,7 +2,7 @@ require 'buildsystems/pip'
class Py3_minidb < Pip
description 'Minidb is a simple SQLite3-based store for Python objects.'
homepage 'http://thp.io/2010/minidb/'
homepage 'https://thp.io/2010/minidb/'
@_ver = '2.0.5'
version "#{@_ver}-py3.12"
license 'ISC'

View File

@@ -2,7 +2,7 @@ require 'package'
class Shhmsg < Package
description 'C-functions for error messages, verbose messages and \'normal\' messages in terminal-based programs.'
homepage 'http://shh.thathost.com/pub-unix/#sshmsg'
homepage 'https://shh.thathost.com/pub-unix/#sshmsg'
version '1.4.2-2'
license 'Artistic'
compatibility 'all'

View File

@@ -2,7 +2,7 @@ require 'package'
class Shhopt < Package
description 'C-functions for parsing command line options, both traditional one-character options, and GNU\'ish --long-options.'
homepage 'http://shh.thathost.com/pub-unix/#sshopt'
homepage 'https://shh.thathost.com/pub-unix/#sshopt'
version '1.1.7-2'
license 'Artistic'
compatibility 'all'