aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/theft
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2018-01-05 14:42:46 -0500
committerVladimír Čunát <vcunat@gmail.com>2018-01-05 20:42:46 +0100
commit7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9 (patch)
tree10ce937167f666f694f15c35f08d6648f03e90e9 /pkgs/development/libraries/theft
parenta7ef0c03d209e0512be9da390c4dcdf2235730f9 (diff)
treewide: homepage+src updates (found by repology, #33263)
Diffstat (limited to 'pkgs/development/libraries/theft')
-rw-r--r--pkgs/development/libraries/theft/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/theft/default.nix b/pkgs/development/libraries/theft/default.nix
index a0110c5f22b2..2a1180533cea 100644
--- a/pkgs/development/libraries/theft/default.nix
+++ b/pkgs/development/libraries/theft/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A C library for property-based testing";
platforms = stdenv.lib.platforms.linux;
- homepage = "http://github.com/silentbicycle/theft/";
+ homepage = "https://github.com/silentbicycle/theft/";
license = stdenv.lib.licenses.isc;
maintainers = [ stdenv.lib.maintainers.kquick ];
};