Skip to content

Commit

Permalink
More name fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed May 19, 2024
1 parent a7296db commit 909cb63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dconf2nix.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cabal-version: 2.4
name: dconf2nix
version: 0.1.1
synopsis: Convert dconf files to Nix, as expected by Home Manager.
description: A convenient converter of DConf files to Nix, as expected by Home Manager's dconf settings. So you can Nixify your Gnome Shell configuration ;)
description: A convenient converter of dconf files to Nix, as expected by Home Managers dconf settings. So you can Nixify your GNOME Shell configuration ;)
bug-reports: https://github.com/nix-commmunity/dconf2nix/issues
license: Apache-2.0
license-file: LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/DConf.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE KindSignatures, RankNTypes #-}

{- Parser combinators for dconf files (Gnome Shell) -}
{- Parser combinators for dconf files (GNOME Shell) -}
module DConf
( dconfParser
)
Expand Down

0 comments on commit 909cb63

Please sign in to comment.