3
0
Fork 0
forked from mirrors/nixpkgs

cfm: move to applications/file-managers

This commit is contained in:
AndersonTorres 2022-06-26 21:38:41 -03:00
parent ba92e37183
commit fb89bc5fca
2 changed files with 6 additions and 3 deletions

View file

@ -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;
};
}

View file

@ -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 { };