summary refs log tree commit diff
path: root/pkgs/development/coq-modules
diff options
context:
space:
mode:
authorJanne Heß <janne@hess.ooo>2018-09-08 18:30:00 +0200
committerJanne Heß <janne@hess.ooo>2018-09-08 18:30:00 +0200
commit9ef77854f7f304aa941444e929e70e1e4465bbc9 (patch)
treee37407e755dd70dead36f989c7f6af4fe7fef6d7 /pkgs/development/coq-modules
parentb58a230c60c31effd8eac43cb3a88d172ee19b71 (diff)
downloadnixpkgs-9ef77854f7f304aa941444e929e70e1e4465bbc9.tar
nixpkgs-9ef77854f7f304aa941444e929e70e1e4465bbc9.tar.gz
nixpkgs-9ef77854f7f304aa941444e929e70e1e4465bbc9.tar.bz2
nixpkgs-9ef77854f7f304aa941444e929e70e1e4465bbc9.tar.lz
nixpkgs-9ef77854f7f304aa941444e929e70e1e4465bbc9.tar.xz
nixpkgs-9ef77854f7f304aa941444e929e70e1e4465bbc9.tar.zst
nixpkgs-9ef77854f7f304aa941444e929e70e1e4465bbc9.zip
treewide: Use http/https for homepages
Diffstat (limited to 'pkgs/development/coq-modules')
-rw-r--r--pkgs/development/coq-modules/QuickChick/default.nix2
-rw-r--r--pkgs/development/coq-modules/category-theory/default.nix2
-rw-r--r--pkgs/development/coq-modules/coq-haskell/default.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/coq-modules/QuickChick/default.nix b/pkgs/development/coq-modules/QuickChick/default.nix
index 35cf63af862..fc88a1c33ee 100644
--- a/pkgs/development/coq-modules/QuickChick/default.nix
+++ b/pkgs/development/coq-modules/QuickChick/default.nix
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    homepage = git://github.com/QuickChick/QuickChick.git;
+    homepage = https://github.com/QuickChick/QuickChick;
     description = "Randomized property-based testing plugin for Coq; a clone of Haskell QuickCheck";
     maintainers = with maintainers; [ jwiegley ];
     platforms = coq.meta.platforms;
diff --git a/pkgs/development/coq-modules/category-theory/default.nix b/pkgs/development/coq-modules/category-theory/default.nix
index 795c177bc80..c707fcdbd6b 100644
--- a/pkgs/development/coq-modules/category-theory/default.nix
+++ b/pkgs/development/coq-modules/category-theory/default.nix
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    homepage = git://github.com/jwiegley/category-theory.git;
+    homepage = https://github.com/jwiegley/category-theory;
     description = "A formalization of category theory in Coq for personal study and practical work";
     maintainers = with maintainers; [ jwiegley ];
     platforms = coq.meta.platforms;
diff --git a/pkgs/development/coq-modules/coq-haskell/default.nix b/pkgs/development/coq-modules/coq-haskell/default.nix
index a66e941a8c9..9d9a4cb5f1a 100644
--- a/pkgs/development/coq-modules/coq-haskell/default.nix
+++ b/pkgs/development/coq-modules/coq-haskell/default.nix
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    homepage = git://github.com/jwiegley/coq-haskell.git;
+    homepage = https://github.com/jwiegley/coq-haskell;
     description = "A library for formalizing Haskell types and functions in Coq";
     maintainers = with maintainers; [ jwiegley ];
     platforms = coq.meta.platforms;