Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 72ffce41f696
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 293644c86bec
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Sep 8, 2018

  1. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    bda4992 View commit details
  2. Merge pull request #46375 from dasJ/varinhomepage

    treewide: Fix variables in homepages
    matthewbauer authored Sep 8, 2018
    Copy the full SHA
    293644c View commit details
Showing with 4 additions and 4 deletions.
  1. +1 −1 pkgs/data/fonts/medio/default.nix
  2. +1 −1 pkgs/data/fonts/penna/default.nix
  3. +1 −1 pkgs/data/fonts/route159/default.nix
  4. +1 −1 pkgs/data/fonts/seshat/default.nix
2 changes: 1 addition & 1 deletion pkgs/data/fonts/medio/default.nix
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ fetchzip rec {
'';

meta = with stdenv.lib; {
homepage = "http://dotcolon.net/font/{pname}/";
homepage = "http://dotcolon.net/font/${pname}/";
description = "Serif font designed by Sora Sagano";
longDescription = ''
Medio is a serif font designed by Sora Sagano, based roughly
2 changes: 1 addition & 1 deletion pkgs/data/fonts/penna/default.nix
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ fetchzip rec {
'';

meta = with stdenv.lib; {
homepage = "http://dotcolon.net/font/{pname}/";
homepage = "http://dotcolon.net/font/${pname}/";
description = "Geometric sans serif designed by Sora Sagano";
longDescription = ''
Penna is a geometric sans serif designed by Sora Sagano,
2 changes: 1 addition & 1 deletion pkgs/data/fonts/route159/default.nix
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ fetchzip rec {
'';

meta = with stdenv.lib; {
homepage = "http://dotcolon.net/font/{pname}/";
homepage = "http://dotcolon.net/font/${pname}/";
description = "A weighted sans serif font";
platforms = platforms.all;
maintainers = with maintainers; [ leenaars ];
2 changes: 1 addition & 1 deletion pkgs/data/fonts/seshat/default.nix
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ fetchzip rec {
'';

meta = with stdenv.lib; {
homepage = "http://dotcolon.net/font/{pname}/";
homepage = "http://dotcolon.net/font/${pname}/";
description = "Roman body font designed for main text by Sora Sagano";
longDescription = ''
Seshat is a Roman body font designed for the main text. By