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