mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: Correct typo in previous commit.
* gnu/packages/rdf.scm: Name module rdf.
This commit is contained in:
parent
c079848873
commit
07cec9a5b9
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
;;; You should have received a copy of the GNU General Public License
|
||||
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
(define-module (gnu packages kde)
|
||||
(define-module (gnu packages rdf)
|
||||
#:use-module ((guix licenses) #:select (lgpl2.0+))
|
||||
#:use-module (guix packages)
|
||||
#:use-module (guix download)
|
||||
|
|
Loading…
Reference in a new issue