forked from mirrors/nixpkgs
cfm: move to applications/file-managers
This commit is contained in:
parent
ba92e37183
commit
fb89bc5fca
|
@ -1,4 +1,7 @@
|
|||
{ lib, stdenv, fetchFromGitHub }:
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "cfm";
|
||||
|
@ -17,10 +20,10 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/willeccles/cfm";
|
||||
description = "Simple and fast TUI file manager with no dependencies";
|
||||
license = licenses.mpl20;
|
||||
maintainers = with maintainers; [ lom ];
|
||||
homepage = "https://github.com/willeccles/cfm";
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
|
@ -3041,7 +3041,7 @@ with pkgs;
|
|||
|
||||
cfdyndns = callPackage ../applications/networking/dyndns/cfdyndns { };
|
||||
|
||||
cfm = callPackage ../applications/misc/cfm { };
|
||||
cfm = callPackage ../applications/file-managers/cfm { };
|
||||
|
||||
charliecloud = callPackage ../applications/virtualization/charliecloud { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue