summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-01-28 21:32:31 -0600
committerWill Dietz <w@wdtz.org>2019-01-28 21:32:31 -0600
commit49c8b0a9dec240373e09c6ecc57226f01adf4316 (patch)
treee8cc0dc426a43fa3d32628f87407db5a113811f2 /pkgs/data
parentd85777cb91052e1e309f833ce8c6f8628ba2a5f8 (diff)
downloadnixpkgs-49c8b0a9dec240373e09c6ecc57226f01adf4316.tar
nixpkgs-49c8b0a9dec240373e09c6ecc57226f01adf4316.tar.gz
nixpkgs-49c8b0a9dec240373e09c6ecc57226f01adf4316.tar.bz2
nixpkgs-49c8b0a9dec240373e09c6ecc57226f01adf4316.tar.lz
nixpkgs-49c8b0a9dec240373e09c6ecc57226f01adf4316.tar.xz
nixpkgs-49c8b0a9dec240373e09c6ecc57226f01adf4316.tar.zst
nixpkgs-49c8b0a9dec240373e09c6ecc57226f01adf4316.zip
source-{code,sans,serif}-pro: update homepage
Per reviewer suggestion on #53915.
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/fonts/source-code-pro/default.nix2
-rw-r--r--pkgs/data/fonts/source-sans-pro/default.nix2
-rw-r--r--pkgs/data/fonts/source-serif-pro/default.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/data/fonts/source-code-pro/default.nix b/pkgs/data/fonts/source-code-pro/default.nix
index 95c56882187..6c3b9035306 100644
--- a/pkgs/data/fonts/source-code-pro/default.nix
+++ b/pkgs/data/fonts/source-code-pro/default.nix
@@ -18,7 +18,7 @@ in fetchzip {
     description = "A set of monospaced OpenType fonts designed for coding environments";
     maintainers = with stdenv.lib.maintainers; [ relrod ];
     platforms = with stdenv.lib.platforms; all;
-    homepage = https://blog.typekit.com/2012/09/24/source-code-pro/;
+    homepage = https://adobe-fonts.github.io/source-code-pro/;
     license = stdenv.lib.licenses.ofl;
   };
 }
diff --git a/pkgs/data/fonts/source-sans-pro/default.nix b/pkgs/data/fonts/source-sans-pro/default.nix
index 1561605b6ad..93e884259b6 100644
--- a/pkgs/data/fonts/source-sans-pro/default.nix
+++ b/pkgs/data/fonts/source-sans-pro/default.nix
@@ -15,7 +15,7 @@ fetchzip {
   sha256 = "1n7z9xpxls74xxjsa61df1ln86y063m07w1f4sbxpjaa0frim4pp";
 
   meta = with stdenv.lib; {
-    homepage = https://sourceforge.net/adobe/sourcesans;
+    homepage = https://adobe-fonts.github.io/source-sans-pro/;
     description = "A set of OpenType fonts designed by Adobe for UIs";
     license = licenses.ofl;
     platforms = platforms.all;
diff --git a/pkgs/data/fonts/source-serif-pro/default.nix b/pkgs/data/fonts/source-serif-pro/default.nix
index 8e7688df7d3..cdfe1e3f187 100644
--- a/pkgs/data/fonts/source-serif-pro/default.nix
+++ b/pkgs/data/fonts/source-serif-pro/default.nix
@@ -17,7 +17,7 @@ in fetchzip {
   sha256 = "1a3lmqk7hyxpfkb30s9z73lhs823dmq6xr5llp9w23g6bh332x2h";
 
   meta = with stdenv.lib; {
-    homepage = https://sourceforge.net/adobe/sourceserifpro;
+    homepage = https://adobe-fonts.github.io/source-serif-pro/;
     description = "A set of OpenType fonts to complement Source Sans Pro";
     license = licenses.ofl;
     platforms = platforms.all;