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: 411f068871aa
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c82e1c666faa
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 20, 2020

  1. mirrors.nix: Use HTTPS in maven mirrors

    Since 2020-01-15, the maven central repository does no longer support HTTP.
    See https://blog.sonatype.com/central-repository-moving-to-https for details.
    MazeChaZer committed Jan 20, 2020
    Copy the full SHA
    6187072 View commit details
  2. Merge pull request #78087 from MazeChaZer/maven-mirrors-https

    mirrors.nix: Use HTTPS in maven mirrors
    mmahut authored Jan 20, 2020
    Copy the full SHA
    c82e1c6 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/build-support/fetchurl/mirrors.nix
4 changes: 2 additions & 2 deletions pkgs/build-support/fetchurl/mirrors.nix
Original file line number Diff line number Diff line change
@@ -425,8 +425,8 @@

# Maven Central
maven = [
http://repo1.maven.org/maven2/
http://central.maven.org/maven2/
https://repo1.maven.org/maven2/
https://central.maven.org/maven2/
];

# Alsa Project