mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
fix autojump licence attribute
This commit is contained in:
parent
8aabef6875
commit
9b5685271d
@ -49,7 +49,7 @@ in
|
||||
Autojump supports tab-completion.
|
||||
'';
|
||||
homepage = http://wiki.github.com/joelthelion/autojump;
|
||||
license = stdenv.lib.license.gpl3;
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
maintainers = [ stdenv.lib.maintainers.iElectric ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user