flycheck: correct description & use src's homepage
This commit is contained in:
parent
bcd5e40aad
commit
335cc971be
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchFromGitHub, emacs, let-alist, dash, texinfo }:
|
{ stdenv, fetchFromGitHub, emacs, let-alist, dash, texinfo }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
name = "flycheck-0.22-64-g90dbc2d";
|
name = "flycheck-0.22-64-g90dbc2d";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
@ -24,8 +24,8 @@ stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/magit/git-modes";
|
inherit (src.meta) homepage;
|
||||||
description = "Emacs modes for various Git-related files";
|
description = "Modern on-the-fly syntax checking for GNU Emacs";
|
||||||
license = stdenv.lib.licenses.gpl3Plus;
|
license = stdenv.lib.licenses.gpl3Plus;
|
||||||
maintainers = with stdenv.lib.maintainers; [ simons ];
|
maintainers = with stdenv.lib.maintainers; [ simons ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user