mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
fa_1: update moved src.url, make meta.homepage https
This commit is contained in:
@@ -13,7 +13,7 @@ stdenvNoCC.mkDerivation {
|
||||
version = "${majorVersion}.${minorVersion}";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://dotcolon.net/download/fonts/fa_1_${majorVersion}${minorVersion}.zip";
|
||||
url = "https://dotcolon.net/files/fonts/fa_1_${majorVersion}${minorVersion}.zip";
|
||||
hash = "sha256-BPJ+wZMYXY/yg5oEgBc5YnswA6A7w6V0gdv+cac0qdc=";
|
||||
stripRoot = false;
|
||||
};
|
||||
@@ -27,7 +27,7 @@ stdenvNoCC.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = "http://dotcolon.net/font/fa_1/";
|
||||
homepage = "https://dotcolon.net/font/fa_1/";
|
||||
description = "Weighted decorative font";
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [ minijackson ];
|
||||
|
||||
Reference in New Issue
Block a user