summaryrefslogtreecommitdiffstats
path: root/pkgs/development/interpreters/perl
diff options
context:
space:
mode:
authorYueh-Shun Li <shamrocklee@posteo.net>2023-07-04 22:45:51 +0800
committerYueh-Shun Li <shamrocklee@posteo.net>2023-07-04 22:45:51 +0800
commit85a56839aaaf17a66a02f4b6d5acf750b23f5334 (patch)
treeed93050cd1753e3d823a20e40268940c0f819a7c /pkgs/development/interpreters/perl
parent6c0f3dee9a90e51a79c3d0931c211a6eefd2b52c (diff)
perl: meta.description: fix typo
Diffstat (limited to 'pkgs/development/interpreters/perl')
-rw-r--r--pkgs/development/interpreters/perl/intepreter.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/perl/intepreter.nix b/pkgs/development/interpreters/perl/intepreter.nix
index 70a0914b70a9..be869c2a4e3f 100644
--- a/pkgs/development/interpreters/perl/intepreter.nix
+++ b/pkgs/development/interpreters/perl/intepreter.nix
@@ -225,7 +225,7 @@ stdenv.mkDerivation (rec {
meta = with lib; {
homepage = "https://www.perl.org/";
- description = "The standard implementation of the Perl 5 programmming language";
+ description = "The standard implementation of the Perl 5 programming language";
license = licenses.artistic1;
maintainers = [ maintainers.eelco ];
platforms = platforms.all;