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

Commits on Oct 5, 2019

  1. Copy the full SHA
    376bb00 View commit details

Commits on Oct 6, 2019

  1. Merge pull request #70426 from das-g/cmatrix-license

    cmatrix: set license attribute (gpl3)
    c0bw3b authored Oct 6, 2019
    Copy the full SHA
    271fef8 View commit details
Showing with 1 addition and 0 deletions.
  1. +1 −0 pkgs/applications/misc/cmatrix/default.nix
1 change: 1 addition & 0 deletions pkgs/applications/misc/cmatrix/default.nix
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "Simulates the falling characters theme from The Matrix movie";
license = licenses.gpl3;
longDescription = ''
CMatrix simulates the display from "The Matrix" and is based
on the screensaver from the movie's website.